source:
tags/1.9.2/ci/test-abcl-contrib.lisp
Last change on this file was 15694, checked in by , 18 months ago | |
---|---|
File size: 236 bytes |
Line | |
---|---|
1 | (require :asdf) |
2 | (require :abcl-contrib) |
3 | (asdf:make :quicklisp-abcl) |
4 | |
5 | (dolist (system '(:jss-tests :asdf-jar-test)) |
6 | (unless |
7 | (ignore-errors (asdf:make system)) |
8 | (ql:quickload system)) |
9 | (time |
10 | (asdf:test-system system))) |
11 | |
12 | |
13 |
Note: See TracBrowser
for help on using the repository browser.