source:
tags/1.9.2/ci/test-abcl-prove.lisp
Last change on this file was 15642, checked in by , 21 months ago | |
---|---|
File size: 147 bytes |
Line | |
---|---|
1 | (ql:quickload :abcl-prove) |
2 | |
3 | (time |
4 | (asdf:test-system :abcl-prove)) |
5 | |
6 | (ql:quickload :closer-mop) |
7 | (time |
8 | (asdf:test-system :abcl-prove/closer-mop)) |
9 |
Note: See TracBrowser
for help on using the repository browser.