diff options
Diffstat (limited to 'cantedraw.asd')
-rw-r--r-- | cantedraw.asd | 7 |
1 files changed, 1 insertions, 6 deletions
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))) |