aboutsummaryrefslogtreecommitdiff
path: root/cantedraw.asd
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2025-07-09 21:31:43 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2025-07-10 00:08:23 +0100
commitcd6ac8930db6ad3b866b4b8398a25b49c3767a5b (patch)
treeb7d85e0845f1d0aa1b17ee3a0105823190bba4be /cantedraw.asd
parent062b5f59d74bda9710c3b532648658a4a7910290 (diff)
downloadcantedraw-cd6ac8930db6ad3b866b4b8398a25b49c3767a5b.tar.gz
cantedraw-cd6ac8930db6ad3b866b4b8398a25b49c3767a5b.tar.bz2
cantedraw-cd6ac8930db6ad3b866b4b8398a25b49c3767a5b.zip
Overhaulmaster
Loads of changes, some which I wasn't sure what I was on when doing them
Diffstat (limited to 'cantedraw.asd')
-rw-r--r--cantedraw.asd5
1 files changed, 2 insertions, 3 deletions
diff --git a/cantedraw.asd b/cantedraw.asd
index 617a0ce..1f0430c 100644
--- a/cantedraw.asd
+++ b/cantedraw.asd
@@ -2,7 +2,7 @@
:author "Aryadev Chavali <aryadev@aryadevchavali.com>"
:license "GPL-2"
:depends-on (:alexandria)
- :in-order-to ((asdf:test-op (asdf:test-op :cantedraw/tests)))
+ :in-order-to ((test-op (test-op :cantedraw/tests)))
:components ((:file "packages")
(:module "lib"
:components
@@ -26,8 +26,7 @@
:components ((:module "tests"
:components
((:file "test"))))
- :perform (test-op (op c) (uiop:symbol-call :parachute :test
- :cantedraw/tests/main)))
+ :perform (test-op (op c) (uiop:symbol-call :parachute :test :cantedraw/tests/main)))
;; Compress image for smaller binary size.
#+nil