bones-test.asd @ e9bd0632eadd
Add problem 14 from 99PP as a test
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Sat, 20 Aug 2016 21:15:52 +0000 |
parents | 4abb7eda96cb |
children | (none) |
(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 "utils") (:file "circle") (:file "paip") (:file "wam") (:file "99") (:file "taop")))))