source:
branches/1.1.x/test/lisp/abcl/abcl-test.lisp
Last change on this file was 11606, checked in by , 16 years ago | |
---|---|
|
|
File size: 204 bytes |
Line | |
---|---|
1 | (require 'asdf) |
2 | (handler-case |
3 | (progn |
4 | (asdf:oos 'asdf:load-op :abcl :force t) |
5 | (asdf:oos 'asdf:test-op :abcl-test-lisp :force t)) |
6 | (t (e) (warn "Exiting after catching ~A" e))) |
7 | (ext:exit) |
Note: See TracBrowser
for help on using the repository browser.