test/run.lisp @ d6aa232e6306

Add `create-...` functions, clean up RNG system, add a test suite
author Steve Losh <steve@stevelosh.com>
date Fri, 23 Jun 2017 13:28:48 +0000
parents (none)
children ca108d2f3b79
#+ecl (setf compiler:*user-cc-flags* "-Wno-shift-negative-value")

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