summaryrefslogtreecommitdiffstats
path: root/transacc.asd
diff options
context:
space:
mode:
Diffstat (limited to 'transacc.asd')
-rw-r--r--transacc.asd6
1 files changed, 5 insertions, 1 deletions
diff --git a/transacc.asd b/transacc.asd
index a6e1934..111a39a 100644
--- a/transacc.asd
+++ b/transacc.asd
@@ -19,7 +19,11 @@
:depends-on ("transacc" "fiveam")
:components ((:module "tests"
:components
- ((:file "test"))))
+ ((:file "test-commodities" :depends-on ("test"))
+ (:file "test-inventory" :depends-on ("test"))
+ (:file "test-player" :depends-on ("test"))
+
+ (:file "test"))))
:perform (test-op (op c)
(symbol-call :fiveam :run!
(find-symbol* :transacc-suite :transacc-tests))))