source: tags/1.7.1/ci/test-ansi.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: 97 bytes
Line 
1(require :asdf)
2
3(asdf:load-system :abcl)
4
5(time 
6 (asdf:test-system :abcl/test/ansi/compiled))
7
Note: See TracBrowser for help on using the repository browser.