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

Last change on this file was 15330, checked in by Mark Evenson, 4 years ago

ci: add TIME form for test invocations

Fold QL:QUICKLOAD operations into lists (something I learned by
"reading" Twitter).

Housecleaning by removing unneeded references to testing packages to
load the ABCL ASDF definition.

File size: 85 bytes
Line 
1(ql:quickload
2 '(:ironclad :ironclad/tests))
3
4(time 
5 (asdf:test-system :ironclad))
6
Note: See TracBrowser for help on using the repository browser.