cl-digraph.test.asd @ 7e80eda84170
v1.4.0
Add an explicit condition hierarchy
Fixes https://github.com/sjl/cl-digraph/issues/5
author |
Steve Losh <steve@stevelosh.com> |
date |
Sun, 14 Mar 2021 21:31:34 -0400 |
parents |
b1e67e3dd37f |
children |
(none) |
(asdf:defsystem :cl-digraph.test
:description "Test suite for cl-digraph"
:author "Steve Losh <steve@stevelosh.com>"
:license "MIT"
:depends-on (:cl-digraph
:alexandria
: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)))