test/run.lisp @ 4dd91c341487

Added tag v1.0.0 for changeset 516585a909d0
author Steve Losh <steve@stevelosh.com>
date Sun, 20 Nov 2016 15:40:05 +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)