summaryrefslogtreecommitdiff
path: root/objective-cl-tests.asd
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2007-08-07 17:05:22 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2007-08-07 17:05:22 +0200
commit89c02a59d6f2696a5ae1ebc77298fc8137506415 (patch)
treed6cc1cc612bd105ac11c3829c35daedb48f26dff /objective-cl-tests.asd
parent414d2bf6f6f75db5ec3babb164d8ed7d46d65080 (diff)
Overload EQUAL and EQUALP for Objective C objects.
darcs-hash:6548e8584e8dd49cb17f6055c0cedd6927cba7f1
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")))))