cl-digraph.test.asd @ 950037917ec4
Quiet the test loading
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Mon, 14 Dec 2020 19:59:00 -0500 |
parents | b1e67e3dd37f |
children | 7e80eda84170 |
(asdf:defsystem :cl-digraph.test :description "Test suite for cl-digraph" :author "Steve Losh <steve@stevelosh.com>" :license "MIT" :depends-on (:cl-digraph :1am) :serial t :components ((:file "package.test") (:module "test" :serial t :components ((:file "tests")))) :perform (asdf:test-op (op system) (uiop:symbol-call :digraph.test :run-tests)))