aboutsummaryrefslogtreecommitdiff
path: root/testiere.asd
diff options
context:
space:
mode:
Diffstat (limited to 'testiere.asd')
-rw-r--r--testiere.asd11
1 files changed, 11 insertions, 0 deletions
diff --git a/testiere.asd b/testiere.asd
new file mode 100644
index 0000000..8e0b682
--- /dev/null
+++ b/testiere.asd
@@ -0,0 +1,11 @@
+;;;; testiere.asd
+
+(asdf:defsystem #:testiere
+ :description "Up Front Testing for DEFUN and DEFMETHOD"
+ :author "Colin Okay <okay@toyful.space>"
+ :license "GPLv3"
+ :version "0.0.1"
+ :depends-on (:trivia)
+ :serial t
+ :components ((:file "package")
+ (:file "testiere")))