beast.asd @ b85831aa30bb

Unfuck the test system loading
author Steve Losh <steve@stevelosh.com>
date Fri, 13 Jan 2017 21:54:26 +0000
parents d337c4b0c165
children be417a5dcc54
(asdf:defsystem :beast
  :description "Basic Entity/Aspect/System Toolkit"

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

  :license "MIT/X11"
  :version "1.0.0"

  :depends-on ()

  :serial t
  :components ((:module "vendor"
                :serial t
                :components ((:file "quickutils-package")
                             (:file "quickutils")))
               (:file "package")
               (:module "src"
                :serial t
                :components ((:file "beast"))))

  :in-order-to ((asdf:test-op (asdf:test-op :beast-test))))