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