Added tag v1.2.1 for changeset 8cf220c55f13
author |
Steve Losh <steve@stevelosh.com> |
date |
Sat, 03 Nov 2018 15:44:01 -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)))