From 8104b4db1c5752b777d17e1f84f8a575587c735f Mon Sep 17 00:00:00 2001 From: El-BG-1970 Date: Mon, 1 Aug 2022 21:12:47 +0200 Subject: split tests for better readability --- transacc.asd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'transacc.asd') 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)))) -- cgit v1.2.3