source:
trunk/abcl/contrib/abcl-build/build/t/util.lisp
Last change on this file was 15230, checked in by , 5 years ago | |
---|---|
File size: 238 bytes |
Line | |
---|---|
1 | (in-package :cl-user) |
2 | |
3 | (prove:plan 1) |
4 | (prove:is-type (abcl/build:possible-executable-names "java") |
5 | 'cons) |
6 | |
7 | (prove:plan 1) |
8 | (prove:is (length (abcl/build:split-string "one.two.three." #\.)) |
9 | 4) |
10 | |
11 | (prove:finalize) |
12 | |
13 | |
14 | |
15 |
Note: See TracBrowser
for help on using the repository browser.