test/run.lisp @ 950037917ec4

Quiet the test loading
author Steve Losh <steve@stevelosh.com>
date Mon, 14 Dec 2020 19:59:00 -0500
parents 96febb435c83
children (none)
#+ecl (setf compiler:*user-cc-flags* "-Wno-shift-negative-value")

(ql:quickload 'cl-digraph.test :silent t)
(time (asdf:test-system 'cl-digraph))
(quit)