test/run.lisp @ c44027e04989

Added tag v1.3.1 for changeset e5f60ffb3dc4
author Steve Losh <steve@stevelosh.com>
date Sat, 18 Jul 2020 12:34:28 -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)