test/paip.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 (none)
children d08be7892816
(in-package #:bones-test.paip)

(def-suite :bones.paip)
(in-suite :bones.paip)

(test foo-works
  (is (equal 0 (1- (foo)))))