test/run.lisp @ 10d265927e33

Clean up testing infrastructure in the Makefile
author Steve Losh <steve@stevelosh.com>
date Sat, 03 Nov 2018 15:30:06 -0400
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)