test/run.lisp @ f11da0d6a058

Add `:shape` arg to `digraph.dot:draw`
author Steve Losh <steve@stevelosh.com>
date Wed, 08 Feb 2023 21:39:46 -0500
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)