aboutsummaryrefslogtreecommitdiff
path: root/testiere-examples.asd
diff options
context:
space:
mode:
Diffstat (limited to 'testiere-examples.asd')
-rw-r--r--testiere-examples.asd9
1 files changed, 9 insertions, 0 deletions
diff --git a/testiere-examples.asd b/testiere-examples.asd
new file mode 100644
index 0000000..2f919cf
--- /dev/null
+++ b/testiere-examples.asd
@@ -0,0 +1,9 @@
+(asdf:defsystem #:testiere-examples
+ :description "A demo of testiere"
+ :author "Colin <colin@cicadas.surf>"
+ :license "GPLv3"
+ :version "0.0.1"
+ :depends-on (:testiere)
+ :pathname "examples/"
+ :serial t
+ :components ((:file "examples")))