test/run.lisp @ 12700a8dbc35

Clean up with `:allow-other-keys` on the caller side
author Steve Losh <steve@stevelosh.com>
date Mon, 02 Jan 2017 16:38:13 +0000
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)