test/run.lisp @ acf092c22cdb v1.0.1

Work around a CCL bug
author Steve Losh <steve@stevelosh.com>
date Thu, 27 Aug 2020 22:17:08 -0400
parents acbc94b1fbe7
children (none)
#+ecl (setf compiler::*user-cc-flags* "-Wno-shift-negative-value")

(ql:quickload '(:chancery :chancery.test))
(time (asdf:test-system 'chancery))
(quit)