Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Thomann2003-10-15 17:20:11 +0000
committerOlivier Thomann2003-10-15 17:20:11 +0000
commit3f5ff621574d43ccdc66dc93005df9d70c18b6f9 (patch)
treed684f3811bd59e9b343376bf1ac140bbc908dcdf /org.eclipse.jdt.core.tests.model/test.xml
parent465963e0b95d12cdaff2c89f01036d599c3d258a (diff)
downloadeclipse.jdt.core-3f5ff621574d43ccdc66dc93005df9d70c18b6f9.tar.gz
eclipse.jdt.core-3f5ff621574d43ccdc66dc93005df9d70c18b6f9.tar.xz
eclipse.jdt.core-3f5ff621574d43ccdc66dc93005df9d70c18b6f9.zip
Release formatter tests
Diffstat (limited to 'org.eclipse.jdt.core.tests.model/test.xml')
-rw-r--r--org.eclipse.jdt.core.tests.model/test.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/org.eclipse.jdt.core.tests.model/test.xml b/org.eclipse.jdt.core.tests.model/test.xml
index 9658944954..f4470016f8 100644
--- a/org.eclipse.jdt.core.tests.model/test.xml
+++ b/org.eclipse.jdt.core.tests.model/test.xml
@@ -43,6 +43,16 @@
<property name="classname"
value="org.eclipse.jdt.core.tests.dom.RunAllTests"/>
</ant>
+
+ <!-- Formatter tests -->
+ <property name="formatter-folder"
+ value="${eclipse-home}/formatter-folder"/>
+ <delete dir="${formatter-folder}" quiet="true"/>
+ <ant target="core-test" antfile="${library-file}" dir="${eclipse-home}">
+ <property name="data-dir" value="${formatter-folder}"/>
+ <property name="plugin-name" value="${plugin-name}"/>
+ <property name="classname" value="org.eclipse.jdt.core.tests.formatter.FormatterRegressionTests"/>
+ </ant>
</target>
<!-- This target holds code to cleanup the testing environment after -->

Back to the top