diff options
author | Colin Okay <cbeok@protonmail.com> | 2020-07-14 13:31:06 -0500 |
---|---|---|
committer | Colin Okay <cbeok@protonmail.com> | 2020-07-14 13:31:06 -0500 |
commit | cdd34ac64a9a47a6b81a80a0c0d78fe96eef3217 (patch) | |
tree | b892532413b9b697b4c9a120d2d7fd02843ac086 /gtwiwtg-test.asd | |
parent | 8c4ddae952469d7c97ccea76c8c8894b7be925e1 (diff) |
initial test set up
Diffstat (limited to 'gtwiwtg-test.asd')
-rw-r--r-- | gtwiwtg-test.asd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gtwiwtg-test.asd b/gtwiwtg-test.asd new file mode 100644 index 0000000..59a4b04 --- /dev/null +++ b/gtwiwtg-test.asd @@ -0,0 +1,6 @@ +;;;; gtwiwtg-test.asd + +(asdf:defsystem #:gtwiwtg-test + :depends-on (:gtwiwtg :prove) + :defsystem-depends-on (:prove-asdf) + :components ((:test-file "gtwiwtg-test"))) |