summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2011-01-17 15:18:08 +0000
committerAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2011-01-17 15:18:08 +0000
commitac0fc0fecb03b8b1af87845881491cba53ebbaaa (patch)
tree5d4a1fb7404b563e40e1f105b4e2ec68d57e996f /build.xml
parent16e7ad360d1a902d6bd5c845642dbe14bcecdb9d (diff)
downloadscala-ac0fc0fecb03b8b1af87845881491cba53ebbaaa.tar.gz
scala-ac0fc0fecb03b8b1af87845881491cba53ebbaaa.tar.bz2
scala-ac0fc0fecb03b8b1af87845881491cba53ebbaaa.zip
Added specialized test to ant build, and ported...
Added specialized test to ant build, and ported old specialized 'run' tests to check the number of boxings. No review.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index daada60aa2..05a8bdfd1b 100644
--- a/build.xml
+++ b/build.xml
@@ -1568,7 +1568,9 @@ BOOTRAPING TEST AND TEST SUITE
<scalachecktests dir="${partest.dir}/${partest.srcdir}/scalacheck">
<include name="*.scala"/>
</scalachecktests>
- <specializedtests dir="${partest.dir}/${partest.srcdir}/specialized"/>
+ <specializedtests dir="${partest.dir}/${partest.srcdir}/specialized">
+ <include name="*.scala"/>
+ </specializedtests>
<!-- <scripttests dir="${partest.dir}/${partest.srcdir}/script" includes="*.scala"/> -->
</partest>
</target>