Skip to main content
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/org.eclipse.compare.tests/test.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/org.eclipse.compare.tests/test.xml b/tests/org.eclipse.compare.tests/test.xml
index 468802260..972881c98 100644
--- a/tests/org.eclipse.compare.tests/test.xml
+++ b/tests/org.eclipse.compare.tests/test.xml
@@ -45,4 +45,7 @@
</ant>
</target>
+ <!-- This target runs the performance test suites. -->
+ <target name="performance">
+ </target>
</project>

Back to the top