source:
trunk/abcl/contrib/abcl-asdf/t/resolve.lisp
Last change on this file was 15119, checked in by , 7 years ago | |
---|---|
File size: 196 bytes |
Line | |
---|---|
1 | (in-package :cl-user) |
2 | |
3 | (prove:plan 1) |
4 | |
5 | (prove:is-type |
6 | (abcl-asdf:resolve-dependencies "org.armedbear.lisp" "abcl") |
7 | 'string |
8 | "Resolving ABCL from distributed Maven POM graph.") |
9 | |
10 | (prove:finalize) |
Note: See TracBrowser
for help on using the repository browser.