test/run.lisp @ 6f56512ea85a v1.2.0

Bump version
author Steve Losh <steve@stevelosh.com>
date Mon, 18 Dec 2017 17:51:11 -0500
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)