test/run.lisp @ 4518e61a96c6

Include rendered digraph PNG in docs/static/
author Steve Losh <steve@stevelosh.com>
date Mon, 05 Apr 2021 22:03:42 -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)