diff options
Diffstat (limited to 'gtwiwtg-test.asd')
-rw-r--r-- | gtwiwtg-test.asd | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gtwiwtg-test.asd b/gtwiwtg-test.asd index 0cacf8d..cba85d5 100644 --- a/gtwiwtg-test.asd +++ b/gtwiwtg-test.asd @@ -2,9 +2,8 @@ (asdf:defsystem #:gtwiwtg-test :description "tests for gtwiwtg" - :author "Colin Okay <okay@toyful.space>" + :author "Colin Okay <colin@cicadas.surf>" :license "GPLv3" :version "0.1.0" - :depends-on (:gtwiwtg :prove :osicat) - :defsystem-depends-on (:prove-asdf) - :components ((:test-file "gtwiwtg-test"))) + :depends-on (:gtwiwtg) + :components ((:file "gtwiwtg-test"))) |