summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index efaa1941da..e3f41a098d 100644
--- a/build.xml
+++ b/build.xml
@@ -1504,6 +1504,14 @@ BOOTRAPING TEST AND TEST SUITE
</same>
</target>
+ <target name="test.suite.clean.checkinit">
+ <antcall target="all.clean" />
+ <antcall target="test.suite" inheritAll="false">
+ <param name="scalac.args.optimise" value="-Xcheckinit" />
+ <param name="partest.scalacopts" value="-Xcheckinit" />
+ </antcall>
+ </target>
+
<target name="test.suite" depends="pack.done">
<partest classpathref="pack.classpath">
<env key="PATH" path="${build-pack.dir}/bin:${env.PATH}" />