Added skeleton Common Lisp package.

This commit is contained in:
Simon Brooke 2019-09-12 14:08:26 +01:00
parent 78c15dbed6
commit 95f6c3bdbb
10 changed files with 110 additions and 0 deletions

13
test/lisp/ledit.lisp Normal file
View 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)