test/run.lisp @ d997d6e268a3

Add `cl-variates` to test script (it's bad)
author Steve Losh <steve@stevelosh.com>
date Fri, 08 Sep 2017 19:42:27 -0400
parents 555f4470bf64
children (none)
#+ecl (setf compiler:*user-cc-flags* "-Wno-shift-negative-value")

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