summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorHubert Plociniczak <hubert.plociniczak@epfl.ch>2010-01-25 10:28:11 +0000
committerHubert Plociniczak <hubert.plociniczak@epfl.ch>2010-01-25 10:28:11 +0000
commit2a1f11991f0bd019dc76b72b2342124a30975dba (patch)
tree1dfc876d90a5361a2512baf3df3b0d90a90cf2a3 /build.xml
parent743e8782a1c8f5239b90e401b1fe25780f24ff6e (diff)
downloadscala-2a1f11991f0bd019dc76b72b2342124a30975dba.tar.gz
scala-2a1f11991f0bd019dc76b72b2342124a30975dba.tar.bz2
scala-2a1f11991f0bd019dc76b72b2342124a30975dba.zip
Fix ant task for build manager partest. no review.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index ee747fc98c..db267e707c 100644
--- a/build.xml
+++ b/build.xml
@@ -1402,10 +1402,11 @@ BOOTRAPING TEST AND TEST SUITE
<jvmtests dir="${test.dir}/files/jvm" includes="*.scala"/>
<residenttests dir="${test.dir}/files/res" includes="*.res"/>
<!-- <scripttests dir="${test.dir}/files/script" includes="*.scala"/> -->
+ <buildmanagertests dir="${test.dir}/files/buildmanager" includes="*"/>
<scalaptests dir="${test.dir}/files/scalap" includes="**/*.scala"/>
</partest>
</target>
-
+
<target name="test.done" depends="test.suite, test.stability"/>
<!-- ===========================================================================