[jboss-cvs] JBoss Messaging SVN: r2995 - trunk/tests.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Aug 9 12:47:17 EDT 2007
Author: timfox
Date: 2007-08-09 12:47:17 -0400 (Thu, 09 Aug 2007)
New Revision: 2995
Modified:
trunk/tests/build.xml
Log:
Tweaks to test build targets
Modified: trunk/tests/build.xml
===================================================================
--- trunk/tests/build.xml 2007-08-09 16:34:19 UTC (rev 2994)
+++ trunk/tests/build.xml 2007-08-09 16:47:17 UTC (rev 2995)
@@ -289,8 +289,14 @@
<antcall target="remote-tests"/>
- <antcall target="bridge-tests"/>
+ </target>
+ <target name="thirdparty-tests" depends="tests-jar, prepare-testdirs, clear-test-logs">
+
+ <antcall target="invm-thirdparty-tests"/>
+
+ <antcall target="remote-thirdparty-tests"/>
+
</target>
<target name="http-tests" depends="tests-jar, prepare-testdirs, clear-test-logs">
More information about the jboss-cvs-commits
mailing list