14 lines
257 B
Common Lisp
14 lines
257 B
Common Lisp
(in-package :cl-user)
|
|
(defpackage stoe-game-test
|
|
(:use :cl
|
|
:stoe-game
|
|
:prove))
|
|
(in-package :stoe-game-test)
|
|
|
|
;; NOTE: To run this test file, execute `(asdf:test-system :stoe-game)' in your Lisp.
|
|
|
|
(plan nil)
|
|
|
|
;; blah blah blah.
|
|
|
|
(finalize)
|