summaryrefslogtreecommitdiff
path: root/objective-cl-tests.asd
diff options
context:
space:
mode:
Diffstat (limited to 'objective-cl-tests.asd')
-rw-r--r--objective-cl-tests.asd9
1 files changed, 9 insertions, 0 deletions
diff --git a/objective-cl-tests.asd b/objective-cl-tests.asd
new file mode 100644
index 0000000..62bf3a0
--- /dev/null
+++ b/objective-cl-tests.asd
@@ -0,0 +1,9 @@
+(defsystem "objective-cl-tests"
+ :description "Unit tests for Objective CL."
+ :version "0.0.1"
+ :author "Matthias Benkard <matthias@benkard.de>"
+ :licence "GNU General Public License, version 3 or higher"
+ :depends-on (#:objective-cl #:lift)
+ :components
+ ((:module "Lisp"
+ :components ((:file "tests")))))