bones-test.asd @ 6c90a65137d9

Remove defstar

The fucking this is apparently GPL'ed.  This is why we can't have nice things.
author Steve Losh <steve@stevelosh.com>
date Sat, 16 Jul 2016 18:23:34 +0000
parents 5c914fbcb042
children aacf9ee4fddc
(asdf:defsystem #:bones-test
  :description "Test suite for bones."
  :author "Steve Losh <steve@stevelosh.com>"
  :license "MIT/X11"
  :depends-on (#:bones
               #:1am)
  :serial t
  :components ((:file "package-test")
               (:module "test"
                :serial t
                :components ((:file "bones")
                             (:file "circle")
                             (:file "paip")
                             (:file "wam")))))