chancery.test.asd @ d0338a96e265

Update URLs
author Steve Losh <steve@stevelosh.com>
date Mon, 23 Dec 2019 16:18:36 -0500
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)))