test/run.lisp @ a4abd0534b7d

Initial commit
author Steve Losh <steve@stevelosh.com>
date Tue, 25 Dec 2018 14:32:50 -0500
parents (none)
children caf4d370c1a2
#+ecl (setf compiler:*user-cc-flags* "-Wno-shift-negative-value")

(ql:quickload :trivial-csv :silent t)
(time (asdf:test-system :trivial-csv))
(quit)