summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@epfl.ch>2008-07-31 13:47:13 +0000
committerLukas Rytz <lukas.rytz@epfl.ch>2008-07-31 13:47:13 +0000
commitb4ad97ce2a5954fcdf18bc3bb04652f07cfb3d60 (patch)
treec9aff39bbc7f852a34325dc17c74bf507825a510 /build.xml
parent076db04123bf5d983c45029fc3338861b0c4410f (diff)
downloadscala-b4ad97ce2a5954fcdf18bc3bb04652f07cfb3d60.tar.gz
scala-b4ad97ce2a5954fcdf18bc3bb04652f07cfb3d60.tar.bz2
scala-b4ad97ce2a5954fcdf18bc3bb04652f07cfb3d60.zip
changed build script to run shootout and script...
changed build script to run shootout and script tests
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index c996d920ba..f41717ba38 100644
--- a/build.xml
+++ b/build.xml
@@ -955,6 +955,7 @@ BOOTRAPING TEST AND TEST SUITE
<include name="jvm5/**/*.scala"/>
</runtests>
<residenttests dir="${test.dir}/files/res" includes="*.res"/>
+ <scripttests dir="${test.dir}/files/script" includes="*.scala"/>
</partest>
</target>