test/run.lisp @ ae1e2b337e30

Export `invoke-...`
author Steve Losh <steve@stevelosh.com>
date Fri, 03 Nov 2017 21:14:55 -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)