Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2004-08-25 14:50:43 +0000
committerMichael Valenta2004-08-25 14:50:43 +0000
commit42d7813bdf68ed0cc146bbbb51b3a1971f8a7073 (patch)
tree4427c8068fc896d400bab342ad9893ad2fc0b395
parent5756d260b9cc93da4ac4bbcebb4c34138a545880 (diff)
downloadeclipse.platform.team-42d7813bdf68ed0cc146bbbb51b3a1971f8a7073.tar.gz
eclipse.platform.team-42d7813bdf68ed0cc146bbbb51b3a1971f8a7073.tar.xz
eclipse.platform.team-42d7813bdf68ed0cc146bbbb51b3a1971f8a7073.zip
*** empty log message ***
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/test.xml17
1 files changed, 9 insertions, 8 deletions
diff --git a/tests/org.eclipse.team.tests.cvs.core/test.xml b/tests/org.eclipse.team.tests.cvs.core/test.xml
index 7705b6bd7..4716c7170 100644
--- a/tests/org.eclipse.team.tests.cvs.core/test.xml
+++ b/tests/org.eclipse.team.tests.cvs.core/test.xml
@@ -43,6 +43,15 @@
</target>
+ <!-- This target defines the perfomance tests for CVS. -->
+ <target name="benchmark" depends="init,cleanup" if="performance">
+ <ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}">
+ <property name="data-dir" value="performance"/>
+ <property name="plugin-name" value="org.eclipse.team.tests.cvs.core"/>
+ <property name="classname" value="org.eclipse.team.tests.ccvs.ui.benchmark.ShareAndCheckoutTest"/>
+ </ant>
+ </target>
+
<!-- This target holds code to cleanup the testing environment after the tests -->
<!-- have been run. You can use this to delete temporary files that are created. -->
<target name="cleanup">
@@ -56,13 +65,5 @@
<property name="output-file" value="org.eclipse.team.tests.cvs.xml"/>
</ant>
</target>
-
- <target name="benchmark" depends="init,cleanup" if="performance">
- <ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}">
- <property name="data-dir" value="performance"/>
- <property name="plugin-name" value="org.eclipse.team.tests.cvs.core"/>
- <property name="classname" value="org.eclipse.team.tests.ccvs.ui.benchmark.ShareAndCheckoutTest"/>
- </ant>
- </target>
</project>

Back to the top