source: trunk/abcl/ci/test-static-vectors.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: 143 bytes
Line 
1(require :asdf)
2(require :abcl-contrib)
3
4(ql:quickload
5 '(:static-vectors :static-vectors/test))
6
7(time 
8 (asdf:test-system :static-vectors))
9
Note: See TracBrowser for help on using the repository browser.