test/run.lisp @ eb0f49a9c0c1

Fix typo in documentation example
author Steve Losh <steve@stevelosh.com>
date Mon, 05 Apr 2021 21:57:55 -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)