bones-test.asd @ 1411666a60f8
Clean up the examples a bit, still needs a lot of work
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Fri, 15 Jul 2016 15:03:01 +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")))))