|
Last change
on this file was
15330,
checked in by Mark Evenson, 5 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:
134 bytes
|
| Line | |
|---|
| 1 | #+abcl |
|---|
| 2 | (progn |
|---|
| 3 | (require :asdf) |
|---|
| 4 | (require :abcl-contrib)) |
|---|
| 5 | |
|---|
| 6 | (ql:quickload |
|---|
| 7 | '(:cl+ssl :cl+ssl.test)) |
|---|
| 8 | |
|---|
| 9 | (time |
|---|
| 10 | (fiveam:run-all-tests)) |
|---|
| 11 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.