test/run.lisp @ 2288f4ac3903

Update URLs
author Steve Losh <steve@stevelosh.com>
date Tue, 14 Jan 2020 19:11:42 -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)