test/run.lisp @ caf4d370c1a2

Get tests running on CCL
author Steve Losh <steve@stevelosh.com>
date Wed, 26 Dec 2018 21:37:47 -0500
parents a4abd0534b7d
children (none)
#+ecl (setf compiler:*user-cc-flags* "-Wno-shift-negative-value")

(ql:quickload :conserve :silent t)
(time (asdf:test-system :conserve))
(quit)