Last change
on this file was
15230,
checked in by Mark Evenson, 5 years ago
|
abcl-build: remove test package in lieu of CL-USER
|
File size:
680 bytes
|
Line | |
---|
1 | (defsystem abcl-build-tests |
---|
2 | :version "2.0.1" |
---|
3 | :description "Test ABCL build system." |
---|
4 | :defsystem-depends-on (prove-asdf) |
---|
5 | :depends-on (abcl-build |
---|
6 | prove) |
---|
7 | :perform (test-op (op c) |
---|
8 | (symbol-call :prove-asdf 'run-test-system c)) |
---|
9 | :components ((:module build |
---|
10 | :pathname "build/t/" |
---|
11 | :components ((:test-file "util") |
---|
12 | (:test-file "install") |
---|
13 | (:test-file "ant") |
---|
14 | (:test-file "maven") |
---|
15 | (:test-file "abcl-build"))))) |
---|
16 | |
---|
17 | |
---|
18 | |
---|
19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.