bones-test.asd @ 6138ec555cde

Change functor representation

Functors are now (symbol . arity) pairs in the functor table, and the functor
cells simply contain the address into the table and nothing more.
author Steve Losh <steve@stevelosh.com>
date Tue, 05 Apr 2016 15:00:28 +0000
parents b22eb7fe2faa
children f3ed7ce70f3b
(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"
                :components ((:file "bones")
                             (:file "paip")))))