test/run.lisp @ dc7093d4922e

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