bones-test.asd @ 100ba597fd85

Add a beast of a macro to clean up/optimize the hot loop
author Steve Losh <steve@stevelosh.com>
date Thu, 14 Jul 2016 22:42:53 +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")))))