test/run.lisp @ ea1c4d1db92d

Add typecheck
author Steve Losh <steve@stevelosh.com>
date Sun, 27 May 2018 16:20:59 -0400
parents 3f9040eb223f
children (none)
#+ecl (setf compiler:*user-cc-flags* "-Wno-shift-negative-value")

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