From 93790fad8847632654d6220a6a71bfbf4c867775 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sat, 1 Mar 2025 20:09:44 +0000 Subject: Move all test code into one file. --- cantedraw.asd | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'cantedraw.asd') diff --git a/cantedraw.asd b/cantedraw.asd index d7b8855..617a0ce 100644 --- a/cantedraw.asd +++ b/cantedraw.asd @@ -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))) -- cgit v1.2.3-13-gbd6f