test/run.lisp @ 63712529f020

Add digraph.dot:*vertex-shape*
author Steve Losh <steve@stevelosh.com>
date Tue, 24 Aug 2021 21:15:58 -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)