summaryrefslogtreecommitdiff
path: root/mulkutils-tests.asd
diff options
context:
space:
mode:
Diffstat (limited to 'mulkutils-tests.asd')
-rw-r--r--mulkutils-tests.asd7
1 files changed, 7 insertions, 0 deletions
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 <matthias@benkard.de>"
+ :licence "GNU General Public License, version 2 or higher"
+ :depends-on (:mulkutils :lift)
+ :components ((:file "tests"))
+ :serial t)