test/run.lisp @ c3d789c0d516

Merge pull request #3 from TeMPOraL/master

Stop passing NIL as :hash-function during hash table construction
author Steve Losh <steve@stevelosh.com>
date Sat, 18 Jul 2020 12:31:02 -0400
parents 96febb435c83
children 950037917ec4
#+ecl (setf compiler:*user-cc-flags* "-Wno-shift-negative-value")

(ql:quickload 'cl-digraph)
(time (asdf:test-system 'cl-digraph))
(quit)