test/run.lisp @ 3c6a684417b1

Changelog
author Steve Losh <steve@stevelosh.com>
date Mon, 18 Dec 2017 17:50:46 -0500
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)