Move all test code into one file.

This commit is contained in:
2025-03-01 20:09:44 +00:00
parent 191ef05401
commit 93790fad88
6 changed files with 326 additions and 369 deletions

View File

@@ -25,12 +25,7 @@
:parachute)
:components ((:module "tests"
:components
((:file "macros")
(:file "functions")
(:file "model")
;; (:file "player")
;; (:file "game")
(:file "main"))))
((:file "test"))))
:perform (test-op (op c) (uiop:symbol-call :parachute :test
:cantedraw/tests/main)))