test/run.lisp @ 8cf220c55f13 v1.2.1

Make copy-digraph actually copy the data
author Steve Losh <steve@stevelosh.com>
date Sat, 03 Nov 2018 15:37:35 -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)