aboutsummaryrefslogtreecommitdiff
path: root/testiere.asd
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2021-06-29 10:29:00 -0500
committerColin Okay <okay@toyful.space>2021-06-29 10:29:00 -0500
commit902093ad89a154b267772acc197f7f47f2eeefd4 (patch)
tree8e7be2b2b665659881f063ba707dbbe5e6402e34 /testiere.asd
initial commit, defun+ initial definitino
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")))