chancery.test.asd @ d6aa232e6306

Add `create-...` functions, clean up RNG system, add a test suite
author Steve Losh <steve@stevelosh.com>
date Fri, 23 Jun 2017 13:28:48 +0000
parents (none)
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)))