test/run.lisp @ ec3d05cc2f99

Update URLs
author Steve Losh <steve@stevelosh.com>
date Mon, 23 Dec 2019 14:57:47 -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)