aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtwiwtg-test.asd
diff options
context:
space:
mode:
Diffstat (limited to 'gtwiwtg-test.asd')
-rw-r--r--gtwiwtg-test.asd4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtwiwtg-test.asd b/gtwiwtg-test.asd
index 113c8a7..0cacf8d 100644
--- a/gtwiwtg-test.asd
+++ b/gtwiwtg-test.asd
@@ -1,6 +1,10 @@
;;;; gtwiwtg-test.asd
(asdf:defsystem #:gtwiwtg-test
+ :description "tests for gtwiwtg"
+ :author "Colin Okay <okay@toyful.space>"
+ :license "GPLv3"
+ :version "0.1.0"
:depends-on (:gtwiwtg :prove :osicat)
:defsystem-depends-on (:prove-asdf)
:components ((:test-file "gtwiwtg-test")))