bones-test.asd @ c60cac27a0a7

Initial commit
author Steve Losh <steve@stevelosh.com>
date Sat, 05 Mar 2016 23:58:39 +0000
parents (none)
children b22eb7fe2faa
(asdf:defsystem #:bones-test
  :description "Test suite for bones."
  :author "Steve Losh <steve@stevelosh.com>"
  :license "MIT/X11"
  :depends-on (#:bones
               #:fiveam)
  :serial t
  :components ((:file "package-test")
               (:module "test"
                :serial t
                :components ((:file "bones")))))