# HG changeset patch # User Steve Losh # Date 1509757929 14400 # Node ID acbc94b1fbe71b90ce20f90b273fd81eec40f9a7 # Parent d0c6327552cbecb3c40bbefcbb983207485bd0f3 Make tests more robust when running for the first time diff -r d0c6327552cb -r acbc94b1fbe7 test/run.lisp --- 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)