acbc94b1fbe7

Make tests more robust when running for the first time
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Fri, 03 Nov 2017 21:12:09 -0400
parents d0c6327552cb
children ae1e2b337e30
branches/tags (none)
files test/run.lisp

Changes

--- a/test/run.lisp	Fri Nov 03 20:59:56 2017 -0400
+++ b/test/run.lisp	Fri Nov 03 21:12:09 2017 -0400
@@ -1,5 +1,5 @@
 #+ecl (setf compiler::*user-cc-flags* "-Wno-shift-negative-value")
 
-(ql:quickload 'chancery)
+(ql:quickload '(:chancery :chancery.test))
 (time (asdf:test-system 'chancery))
 (quit)