source: trunk/abcl/ci/test-abcl-introspect.lisp @ 15330

Last change on this file since 15330 was 15330, checked in by Mark Evenson, 3 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.