summaryrefslogtreecommitdiffstats
path: root/transacc.asd
diff options
context:
space:
mode:
authorEl-BG-1970 <elouangros@hotmail.com>2022-08-01 21:12:47 +0200
committerEl-BG-1970 <elouangros@hotmail.com>2022-08-01 21:12:47 +0200
commit8104b4db1c5752b777d17e1f84f8a575587c735f (patch)
tree08277694d39fb486ceed520ebd9c2811a9beca73 /transacc.asd
parent00a46570d36720ab0ac4b6081b62ca96895a0acc (diff)
downloadtransacc-8104b4db1c5752b777d17e1f84f8a575587c735f.tar.gz
split tests for better readability
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))))