aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtwiwtg.asd
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-07-14 13:31:06 -0500
committerColin Okay <cbeok@protonmail.com>2020-07-14 13:31:06 -0500
commitcdd34ac64a9a47a6b81a80a0c0d78fe96eef3217 (patch)
treeb892532413b9b697b4c9a120d2d7fd02843ac086 /gtwiwtg.asd
parent8c4ddae952469d7c97ccea76c8c8894b7be925e1 (diff)
initial test set up
Diffstat (limited to 'gtwiwtg.asd')
-rw-r--r--gtwiwtg.asd3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtwiwtg.asd b/gtwiwtg.asd
index e19fca5..d30b7cb 100644
--- a/gtwiwtg.asd
+++ b/gtwiwtg.asd
@@ -7,4 +7,5 @@
:version "0.1.1"
:serial t
:components ((:file "package")
- (:file "gtwiwtg")))
+ (:file "gtwiwtg"))
+ :in-order-to ((test-op (test-op gtwiwtg-test))))