Last change
on this file was
14504,
checked in by Mark Evenson, 12 years ago
|
Promote ABCL-ASDF:ENSURE-MVN-VERSION as primary API that Maven can be executed.
Returns the found (MAJOR MINOR PATCH) as the second value.
Adding support for test framework (use :RT).
|
File size:
174 bytes
|
Line | |
---|
1 | (in-package :abcl-asdf-test) |
---|
2 | |
---|
3 | (defun run (&rest args) |
---|
4 | (abcl-rt:do-tests)) |
---|
5 | |
---|
6 | (rt:deftest ABCL-ASDF.MAVEN.1 |
---|
7 | (multiple-value-list (ensure-mvn-version)) |
---|
8 | (t (3 0 4))) |
---|
9 | |
---|
10 | |
---|
Note: See
TracBrowser
for help on using the repository browser.