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