Loads of changes, some which I wasn't sure what I was on when doing
them
This commit is contained in:
2025-07-09 21:31:43 +01:00
parent 062b5f59d7
commit cd6ac8930d
11 changed files with 76 additions and 69 deletions

View File

@@ -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