diff options
author | Oscar Najera <hi@oscarnajera.com> | 2022-12-18 22:55:14 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2022-12-18 22:56:54 +0100 |
commit | eff65db9aa6f4e41731397f990193a6b619badea (patch) | |
tree | a5c9674f28b5fb56b53bcc9d2d8e3e9ba4e844d6 /AoC2022/15 | |
parent | 8a953ffd9d0621346535060c31d1fc5772243ff3 (diff) | |
download | scratch-eff65db9aa6f4e41731397f990193a6b619badea.tar.gz scratch-eff65db9aa6f4e41731397f990193a6b619badea.tar.bz2 scratch-eff65db9aa6f4e41731397f990193a6b619badea.zip |
run test on makefile not on script
Diffstat (limited to 'AoC2022/15')
-rw-r--r-- | AoC2022/15/solver.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |