summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-03-16 01:43:19 -0400
committerbd <bdunahu@operationnull.com>2025-03-16 01:43:19 -0400
commitc5a4fa662e17aa85d895cde4ae3869d8074312e2 (patch)
tree3337a945efa44b8829a3a073e6d85285d5ca8e5b /Makefile
parentc999b377b2ddd7dc51d0ae7ab639ebb0cf70f051 (diff)
Added and configured fiveam test suite
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7ae7ab8..672d9ff 100644
--- a/Makefile
+++ b/Makefile
@@ -12,5 +12,11 @@ all:
run:
@ ./bin/$(BIN)
+test:
+ $(LISP) --non-interactive \
+ --eval '(require "asdf")' \
+ --eval '(asdf:load-asd (merge-pathnames "rva.asd" (uiop:getcwd)))' \
+ --eval '(asdf:test-system :rva/tests)'
+
clean:
rm -f ./bin/$(BIN)