source:
trunk/abcl/ci/test-abcl-introspect.lisp
| Last change on this file was 15685, checked in by , 3 years 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.