temperance.test.asd @ a77e9fda3229

Fucking Bitbucket
author Steve Losh <steve@stevelosh.com>
date Sun, 22 Oct 2017 14:53:37 -0400
parents a5086be7e1aa
children (none)
(asdf:defsystem :temperance.test
  :description "Test suite for Temperance."

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

  :depends-on (:temperance
               :1am)

  :perform (asdf:test-op
             (op system)
             (uiop:symbol-call :temperance.test :run-tests))

  :serial t
  :components ((:file "package.test")
               (:module "test"
                :serial t
                :components ((:file "temperance")
                             (:file "utils")
                             (:file "circle")
                             (:file "wam")
                             (:file "99")
                             (:file "taop")))))