bones-test.asd @ 5c914fbcb042

Switch to 1am, test under ECL too
author Steve Losh <steve@stevelosh.com>
date Thu, 14 Jul 2016 13:30:57 +0000
parents 14de0f74d3e2
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")))))