test/run.lisp @ abcdae1786b6

Fix ECL
author Steve Losh <steve@stevelosh.com>
date Wed, 21 Nov 2018 23:21:10 -0500
parents 3f9040eb223f
children (none)
#+ecl (setf compiler:*user-cc-flags* "-Wno-shift-negative-value")

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