diff options
Diffstat (limited to 'gtwiwtg.asd')
-rw-r--r-- | gtwiwtg.asd | 3 |
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)))) |