Added skeleton Common Lisp package.
This commit is contained in:
parent
78c15dbed6
commit
95f6c3bdbb
10 changed files with 110 additions and 0 deletions
13
test/lisp/ledit.lisp
Normal file
13
test/lisp/ledit.lisp
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
(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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue