From 89c02a59d6f2696a5ae1ebc77298fc8137506415 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Tue, 7 Aug 2007 17:05:22 +0200 Subject: Overload EQUAL and EQUALP for Objective C objects. darcs-hash:6548e8584e8dd49cb17f6055c0cedd6927cba7f1 --- objective-cl-tests.asd | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 objective-cl-tests.asd (limited to 'objective-cl-tests.asd') 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 " + :licence "GNU General Public License, version 3 or higher" + :depends-on (#:objective-cl #:lift) + :components + ((:module "Lisp" + :components ((:file "tests"))))) -- cgit v1.2.3