cl-digraph.test.asd @ 8cf220c55f13
v1.2.1
Make copy-digraph actually copy the data
author |
Steve Losh <steve@stevelosh.com> |
date |
Sat, 03 Nov 2018 15:37:35 -0400 |
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)))