test/run.lisp @ 5a40b5b38fe3

Add some tests
author Steve Losh <steve@stevelosh.com>
date Wed, 26 Dec 2018 21:24:37 -0500
parents a4abd0534b7d
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)