Last change
on this file was
15010,
checked in by Mark Evenson, 8 years ago
|
abcl-asdf: preparation to use utility functions from ABCL-BUILD
Import SPLIT-STRING for compatibility to its usage in ABCL-ASDF.
|
File size:
246 bytes
|
Line | |
---|
1 | (eval-when (:load-toplevel :execute) |
---|
2 | (require :abcl-contrib) |
---|
3 | (require :jss) |
---|
4 | (require :abcl-asdf)) |
---|
5 | |
---|
6 | (prove:plan 1) |
---|
7 | (let (ignorable) |
---|
8 | (abcl-asdf:with-aether (ignorable) |
---|
9 | (prove:ok |
---|
10 | (abcl-asdf:ensure-mvn-version)))) |
---|
11 | |
---|
12 | (prove:finalize) |
---|
13 | |
---|
Note: See
TracBrowser
for help on using the repository browser.