package-test.lisp @ f3ed7ce70f3b

Improve the UI a bit
author Steve Losh <steve@stevelosh.com>
date Sun, 24 Apr 2016 13:52:33 +0000
parents e29b793a6e91
children 00f7bec64b84
(defpackage #:bones-test
  (:use
    #:cl
    #:5am
    #:bones))

(defpackage #:bones-test.paip
  (:use
    #:cl
    #:5am
    #:bones.quickutils
    #:bones.paip)
  ; kill me
  (:shadowing-import-from #:5am #:fail))