test/run.lisp @ 9e2c59c4c13d

Add `:homepage` to `defsystem`
author Steve Losh <steve@stevelosh.com>
date Mon, 15 Jan 2018 15:50:53 -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)