cl-digraph.test.asd @ a8e88620b62c

Quicklisp doesn't have quicklisp
author Steve Losh <steve@stevelosh.com>
date Mon, 21 Nov 2016 14:32:49 +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)))