package-test.lisp @ b22eb7fe2faa

Set up a clean namespace for the initial PAIP implementation

Also figure out the 5AM unit testing crap.
author Steve Losh <steve@stevelosh.com>
date Tue, 08 Mar 2016 12:31:44 +0000
parents c60cac27a0a7
children d08be7892816
(defpackage #:bones-test
  (:use #:cl #:5am #:bones))

(defpackage #:bones-test.paip
  (:use #:cl #:5am #:bones.paip))