test/run.lisp @ 1320162a9ed0

Add a basic test suite
author Steve Losh <steve@stevelosh.com>
date Thu, 25 Jan 2018 23:14:41 -0500
parents (none)
children 1e155f658715
#+ecl (setf compiler:*user-cc-flags* "-Wno-shift-negative-value")

(ql:quickload :trivial-ppm)
(time (asdf:test-system :trivial-ppm))
(quit)