package-test.lisp @ 5c914fbcb042

Switch to 1am, test under ECL too
author Steve Losh <steve@stevelosh.com>
date Thu, 14 Jul 2016 13:30:57 +0000
parents 2ce458ef85fd
children aacf9ee4fddc
(defpackage #:bones-test
  (:use
    #:cl
    #:1am
    ))

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

(defpackage #:bones-test.wam
  (:use
    #:cl
    #:1am
    #:bones.quickutils
    #:bones.wam)
  (:import-from #:bones.wam
    #:with-database
    #:make-database
    #:with-fresh-database
    #:push-logic-frame-with
    #:rule
    #:fact
    #:facts
    #:call
    #:dump-wam-full
    #:?
    #:query
    #:query-all)
  (:import-from #:bones.utils
    #:symbolize)
  (:shadowing-import-from #:bones.wam
    #:!))

(defpackage #:bones-test.circle
  (:use :cl :1am :bones.circle))