cl-digraph.test.asd @ f5713558cc48
Update documentation
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Mon, 07 Nov 2016 00:01:20 +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)))