test/run.lisp @ 93a99efafe6f

Update docs.  Project is in Quicklisp now
author Steve Losh <steve@stevelosh.com>
date Mon, 18 Dec 2017 17:45:40 -0500
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)