source:
tags/1.9.2/ci/test-jeannie.lisp
Last change on this file was 15675, checked in by , 21 months ago | |
---|---|
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.