aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorBrian Burch <burchb@java.net>2005-12-04 11:27:26 +0000
committerBrian Burch <burchb@java.net>2005-12-04 11:27:26 +0000
commit5809e4ac32f0636de647d93e200540da3e7cf65a (patch)
treea57a8701a5fd83a934445ab82fe96858ff2dd625 /build.xml
parent6f71469f711f1e108c5febd85b178cf79c89890b (diff)
downloadjitsi-5809e4ac32f0636de647d93e200540da3e7cf65a.zip
jitsi-5809e4ac32f0636de647d93e200540da3e7cf65a.tar.gz
jitsi-5809e4ac32f0636de647d93e200540da3e7cf65a.tar.bz2
make test preparation ant targets internal (not shown in projecthelp)
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml15
1 files changed, 8 insertions, 7 deletions
diff --git a/build.xml b/build.xml
index 458dbe8..5965235 100644
--- a/build.xml
+++ b/build.xml
@@ -198,25 +198,26 @@
<!-- - - - - - - - - - - - - - UNIT TESTING - - - - - - - - - - - - - - -->
<!--PREPARE-TESTS-->
- <target name="identify-test"
- description="identifies Service Impl Compatibility Kits to run">
- <!-- has a single test class has been defined? -->
+ <target name="identify-test">
+ <!--internal-target- identify Service Impl Compatibility Kits to run -->
<condition property="test.name.known">
+ <!-- has a single test class has been defined? -->
+ <!-- e.g. ant test -Dtest.name=./path/to/test/testname.java -->
<isset property="test.name"/>
</condition>
</target>
<target name="prepare-single-test" depends="identify-test"
- if="test.name.known"
- description="prepares to run a single Service Impl Compatibility Kit">
+ if="test.name.known">
+ <!--internal-target- prepare to run a single Service Impl Compatibility Kit -->
<!-- extract the simple Test class name. -->
<basename property="simple.test.names"
file="${test.name}" suffix=".java"/>
</target>
<target name="prepare-all-tests" depends="identify-test"
- unless="test.name.known"
- description="prepares to run all known Service Impl Compatibility Kits">
+ unless="test.name.known">
+ <!--internal-target- prepare to run all known Service Impl Compatibility Kit -->
<!-- assign all known Test classes. -->
<property name="simple.test.names"
value="