Last change
on this file since 11530 was
11530,
checked in by Mark Evenson, 14 years ago
|
'abcl.test' now invokes both Java and Lisp based tests.
First stab at a collected test infrastructure for ABCL using ASDF packaging.
Currently, only the GCL ANSI-TEST suite really works: create a sibling
directory to the 'abcl' top-level directory called 'ansi-tests' to get
them to run automagically.
|
-
Property svn:eol-style set to
native
|
File size:
102 bytes
|
Line | |
---|
1 | (require 'asdf) |
---|
2 | (asdf:oos 'asdf:load-op :abcl) |
---|
3 | (abcl.tests.ansi-tests:run :compile-tests t) |
---|
4 | (ext:exit) |
---|
Note: See
TracBrowser
for help on using the repository browser.