From d148b05cbf1fd6122a93b2c9010f7e1625b16bab Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Thu, 12 Jul 2007 16:37:54 +0200 Subject: Add unit tests. darcs-hash:76806ba2c9241d199c246f6065c8c776f418bfb9 --- mulkutils-tests.asd | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 mulkutils-tests.asd (limited to 'mulkutils-tests.asd') diff --git a/mulkutils-tests.asd b/mulkutils-tests.asd new file mode 100644 index 0000000..a296a71 --- /dev/null +++ b/mulkutils-tests.asd @@ -0,0 +1,7 @@ +(defsystem "mulkutils-tests" + :description "Unit tests for Matthias Benkard's Mulkutils." + :author "Matthias Benkard " + :licence "GNU General Public License, version 2 or higher" + :depends-on (:mulkutils :lift) + :components ((:file "tests")) + :serial t) -- cgit v1.2.3