source:
trunk/abcl/ci/test-abcl-introspect.lisp
@
15685
Last change on this file since 15685 was 15685, checked in by , 6 months ago | |
---|---|
File size: 207 bytes |
Line | |
---|---|
1 | (require :abcl-contrib) |
2 | (asdf:make :quicklisp-abcl) |
3 | |
4 | (unless (ignore-errors |
5 | (asdf:make :abcl-introspect-test)) |
6 | (ql:quickload :abcl-introspect-test)) |
7 | |
8 | (time |
9 | (asdf:test-system :abcl-introspect)) |
10 |
Note: See TracBrowser
for help on using the repository browser.