From eff65db9aa6f4e41731397f990193a6b619badea Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Sun, 18 Dec 2022 22:55:14 +0100 Subject: run test on makefile not on script --- AoC2022/12/solver.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AoC2022/12/solver.lisp') diff --git a/AoC2022/12/solver.lisp b/AoC2022/12/solver.lisp index 3297fd5..ce9a02a 100644 --- a/AoC2022/12/solver.lisp +++ b/AoC2022/12/solver.lisp @@ -58,4 +58,4 @@ (fiveam:is (= 29 (solver "eg-in" (lambda (x) (<= x 1))))) (fiveam:is (= 361 (solver "input" (lambda (x) (= x 0))))) (fiveam:is (= 354 (solver "input" (lambda (x) (<= x 1)))))) -(fiveam:run-all-tests) + -- cgit v1.2.3