diff options
author | Colin Okay <cbeok@protonmail.com> | 2020-07-16 22:02:23 -0500 |
---|---|---|
committer | Colin Okay <cbeok@protonmail.com> | 2020-07-16 22:02:23 -0500 |
commit | 3dbbe19188094e4cd354406f194a1090ee8c86ba (patch) | |
tree | f7e85787084aa28be15497c461f72d5ee969f38c /gtwiwtg-test.asd | |
parent | 7ef0dcb6919ded8f19e876b9fbe823c579ec0867 (diff) |
adding soem tests
Diffstat (limited to 'gtwiwtg-test.asd')
-rw-r--r-- | gtwiwtg-test.asd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtwiwtg-test.asd b/gtwiwtg-test.asd index 59a4b04..113c8a7 100644 --- a/gtwiwtg-test.asd +++ b/gtwiwtg-test.asd @@ -1,6 +1,6 @@ ;;;; gtwiwtg-test.asd (asdf:defsystem #:gtwiwtg-test - :depends-on (:gtwiwtg :prove) + :depends-on (:gtwiwtg :prove :osicat) :defsystem-depends-on (:prove-asdf) :components ((:test-file "gtwiwtg-test"))) |