test/run.lisp @ 4c06758934a2 v1.6.0

Add convenience builders and graphviz label override
author Steve Losh <steve@stevelosh.com>
date Wed, 21 Jun 2023 15:20:49 -0400
parents 950037917ec4
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)