aboutsummaryrefslogtreecommitdiffstats
path: root/AoC2022/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'AoC2022/makefile')
-rw-r--r--AoC2022/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/AoC2022/makefile b/AoC2022/makefile
index 968dbff..d30a711 100644
--- a/AoC2022/makefile
+++ b/AoC2022/makefile
@@ -12,7 +12,7 @@ emacs: ${PWD}/solver.el
cd ${PWD} && emacs -batch -l ert -l solver.el -f ert-run-tests-batch-and-exit
lisp: ${PWD}/solver.lisp
- cd ${PWD} && sbcl --load ~/.sbclrc --script solver.lisp
+ cd ${PWD} && time sbcl --load ~/.sbclrc --load solver.lisp --eval '(fiveam:run-all-tests)' --non-interactive
rust: ${PWD}/solver.rs
cd ${PWD} && rustc solver.rs -o /tmp/solver && /tmp/solver