test/run.lisp @ 3b7144885d7e

Make the test scaffolding actually work
author Steve Losh <steve@stevelosh.com>
date Sun, 06 Nov 2016 12:35:34 +0000
parents 96febb435c83
children 950037917ec4
#+ecl (setf compiler:*user-cc-flags* "-Wno-shift-negative-value")

(ql:quickload 'cl-digraph)
(time (asdf:test-system 'cl-digraph))
(quit)