source: tags/1.7.1/ci/test-abcl-introspect.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: 83 bytes
Line 
1(ql:quickload :abcl-introspect-test)
2(time 
3 (asdf:test-system :abcl-introspect))
4
Note: See TracBrowser for help on using the repository browser.