source: trunk/abcl/ci/test-jeannie.lisp

Last change on this file was 15675, checked in by Mark Evenson, 14 months ago

ci: tighten Jeannie test setup in stand-alone usage

File size: 252 bytes
Line 
1;;; Jeannie is not in Quicklisp: see <file:install-jeannie.bash>
2;;; But we possibly need to install dependencies from Quicklisp
3(unless (ignore-errors (asdf:make :jeannie/test))
4  (ql:quickload :jeannie/test))
5
6(time 
7 (asdf:test-system :jeannie))
8
9
10
Note: See TracBrowser for help on using the repository browser.