From cd6ac8930db6ad3b866b4b8398a25b49c3767a5b Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Wed, 9 Jul 2025 21:31:43 +0100 Subject: Overhaul Loads of changes, some which I wasn't sure what I was on when doing them --- cantedraw.asd | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'cantedraw.asd') 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 " :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 -- cgit v1.2.3-13-gbd6f