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/15/solver.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AoC2022/15') diff --git a/AoC2022/15/solver.lisp b/AoC2022/15/solver.lisp index a22efd4..fbe4ec3 100644 --- a/AoC2022/15/solver.lisp +++ b/AoC2022/15/solver.lisp @@ -112,7 +112,7 @@ (fiveam:is (= 56000011 (tune-soluton (fail-freq-edge (markers (uiop:read-file-lines "eg-in")) 0 20)))) (fiveam:is (= 11016575214126 (tune-soluton (fail-freq-edge (markers (uiop:read-file-lines "input")) 2700000 3300000))))) -(fiveam:run-all-tests) + ;; Obsolete drawing (defun grid (bounds) (destructuring-bind ((xmin xmax) (ymin ymax)) bounds -- cgit v1.2.3