chancery.test.asd @ b006652f8a18

Add phonies to makefile
author Steve Losh <steve@stevelosh.com>
date Fri, 23 Jun 2017 13:46:43 +0000
parents d6aa232e6306
children acf092c22cdb
(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)
             (uiop:symbol-call :chancery.test :run-tests)))