test/run.lisp @ 969c97036477

Add `:homepage` to `defsystem`
author Steve Losh <steve@stevelosh.com>
date Mon, 15 Jan 2018 15:46:20 -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)