cl-digraph.test.asd @ cd7d9aaa9385
v1.1.0
Bump version & changelog
author |
Steve Losh <steve@stevelosh.com> |
date |
Fri, 20 Jan 2017 23:42:01 +0000 |
parents |
f5cdc0242ec0 |
children |
b1e67e3dd37f |
(asdf:defsystem :cl-digraph.test
:description "Test suite for cl-digraph"
:author "Steve Losh <steve@stevelosh.com>"
:license "MIT/X11"
: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)))