bones-test.asd @ 22e5e1250898

GA the docs
author Steve Losh <steve@stevelosh.com>
date Mon, 07 Mar 2016 13:39:38 +0000
parents c60cac27a0a7
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")))))