beast-test.asd @ a728e1e625a1

Fix the links, goddammit bitbucket
author Steve Losh <steve@stevelosh.com>
date Tue, 25 Apr 2017 15:13:57 +0000
parents b85831aa30bb
children (none)
(asdf:defsystem :beast-test
  :depends-on (:1am :beast)

  :serial t
  :components ((:file "package-test")
               (:module "test"
                :serial t
                :components ((:file "test"))))

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