test/run.lisp @ 845fc8785d54

Initial commit
author Steve Losh <steve@stevelosh.com>
date Wed, 21 Nov 2018 23:22:18 -0500
parents (none)
children 35cff9a179f4
#+ecl (setf compiler:*user-cc-flags* "-Wno-shift-negative-value")

(ql:quickload :adopt :silent t)
(time (asdf:test-system :adopt))
(quit)