test/run.lisp @ 461876acdff5

Add astar and tweak a few other things
author Steve Losh <steve@stevelosh.com>
date Fri, 05 Aug 2022 00:04:27 -0400
parents 566c907b762a
children (none)
#+ecl (setf compiler:*user-cc-flags* "-Wno-shift-negative-value")

(ql:quickload :losh)
(time (asdf:test-system :losh))
(quit)