test/run.lisp @ f4d8d363a9dc

In quicklisp now
author Steve Losh <steve@stevelosh.com>
date Mon, 18 Dec 2017 17:53:19 -0500
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)