chancery.test.asd @ acf092c22cdb v1.0.1

Work around a CCL bug
author Steve Losh <steve@stevelosh.com>
date Thu, 27 Aug 2020 22:17:08 -0400
parents d6aa232e6306
children (none)
(asdf:defsystem :chancery.test
  :description "Test suite for Chancery"

  :author "Steve Losh <steve@stevelosh.com>"
  :license "MIT"

  :depends-on (:chancery
               :1am)

  :serial t
  :components ((:file "package.test")
               (:module "test"
                :serial t
                :components ((:file "tests"))))

  :perform (asdf:test-op (op system)
             (funcall (read-from-string "chancery.test:run-tests"))))