summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2010-10-05 16:22:21 +0000
committerAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2010-10-05 16:22:21 +0000
commit23c6d4f98541820ffd4085aa3a57dffc88de4786 (patch)
treeb3c28909dc8c9e976f049f4c045b6e8e832bc0e3 /build.xml
parent7553e6901d52ace00bfcb670336c480766c8301c (diff)
downloadscala-23c6d4f98541820ffd4085aa3a57dffc88de4786.tar.gz
scala-23c6d4f98541820ffd4085aa3a57dffc88de4786.tar.bz2
scala-23c6d4f98541820ffd4085aa3a57dffc88de4786.zip
Adding immutable parallel hashsets.
Fixing an issue with hashset splitters where the splitting does not work if some elements have already been iterated. Added parallel collections exception handling. Added parallel collections break control. Renaming ParHashTrie -> ParHashMap. The part with immutable.{HashSet, HashMap} - review by rompf
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index 4086a9eadf..e430e9693a 100644
--- a/build.xml
+++ b/build.xml
@@ -1563,12 +1563,12 @@ BOOTRAPING TEST AND TEST SUITE
<include name="run/**/*.scala"/>
</runtests>
<jvmtests dir="${partest.dir}/${partest.srcdir}/jvm" includes="*.scala"/>
- <scalachecktests dir="${partest.dir}/${partest.srcdir}/scalacheck">
- <include name="*.scala"/>
- </scalachecktests>
<residenttests dir="${partest.dir}/${partest.srcdir}/res" includes="*.res"/>
<buildmanagertests dir="${partest.dir}/${partest.srcdir}/buildmanager" includes="*"/>
<scalaptests dir="${partest.dir}/${partest.srcdir}/scalap" includes="**/*.scala"/>
+ <scalachecktests dir="${partest.dir}/${partest.srcdir}/scalacheck">
+ <include name="*.scala"/>
+ </scalachecktests>
<!-- <scripttests dir="${partest.dir}/${partest.srcdir}/script" includes="*.scala"/> -->
</partest>
</target>