source: tags/1.7.1/ci/abcl-prove.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: 151 bytes
Line 
1(ql:quickload :abcl-prove)
2
3(asdf:load-system :abcl-prove)
4(time 
5 (asdf:test-system :abcl-prove/t))
6
7;;; also works as :abcl/t under some definitions
Note: See TracBrowser for help on using the repository browser.