aboutsummaryrefslogtreecommitdiff
path: root/cantedraw.asd
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2025-03-01 20:09:44 +0000
committerAryadev Chavali <aryadev@aryadevchavali.com>2025-03-02 01:17:56 +0000
commit93790fad8847632654d6220a6a71bfbf4c867775 (patch)
treeabd4c38e982184dc433b24cc030dd73bf2af9217 /cantedraw.asd
parent191ef054015143a73e214a49f07b01ec7b2ea75b (diff)
downloadcantedraw-93790fad8847632654d6220a6a71bfbf4c867775.tar.gz
cantedraw-93790fad8847632654d6220a6a71bfbf4c867775.tar.bz2
cantedraw-93790fad8847632654d6220a6a71bfbf4c867775.zip
Move all test code into one file.
Diffstat (limited to 'cantedraw.asd')
-rw-r--r--cantedraw.asd7
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)))