test/run.lisp @ 6d68c2c64b0f

Use 0 for black in pbm images
author Steve Losh <steve@stevelosh.com>
date Sat, 27 Jan 2018 13:08:36 -0500
parents 1320162a9ed0
children 1e155f658715
#+ecl (setf compiler:*user-cc-flags* "-Wno-shift-negative-value")

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