diff options
| author | El-BG-1970 <elouangros@hotmail.com> | 2022-08-01 21:12:47 +0200 |
|---|---|---|
| committer | El-BG-1970 <elouangros@hotmail.com> | 2022-08-01 21:12:47 +0200 |
| commit | 8104b4db1c5752b777d17e1f84f8a575587c735f (patch) | |
| tree | 08277694d39fb486ceed520ebd9c2811a9beca73 /transacc.asd | |
| parent | 00a46570d36720ab0ac4b6081b62ca96895a0acc (diff) | |
| download | transacc-8104b4db1c5752b777d17e1f84f8a575587c735f.tar.gz | |
split tests for better readability
Diffstat (limited to 'transacc.asd')
| -rw-r--r-- | transacc.asd | 6 |
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)))) |
