summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorPhilipp Haller <hallerp@gmail.com>2009-01-14 16:43:36 +0000
committerPhilipp Haller <hallerp@gmail.com>2009-01-14 16:43:36 +0000
commit5e9bf6564f03456355d63a58944d2f5d2202732d (patch)
treee432801a2916632b4e034ea850e9b3d27ae5f0e5 /build.xml
parent774176c7a6b573c8a3922ac7e8f39b3f959d19de (diff)
downloadscala-5e9bf6564f03456355d63a58944d2f5d2202732d.tar.gz
scala-5e9bf6564f03456355d63a58944d2f5d2202732d.tar.bz2
scala-5e9bf6564f03456355d63a58944d2f5d2202732d.zip
Fixed ant test.suite target for jvm tests that ...
Fixed ant test.suite target for jvm tests that contain directories.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index e46daaadd8..2ab81d3b0b 100644
--- a/build.xml
+++ b/build.xml
@@ -1298,8 +1298,8 @@ BOOTRAPING TEST AND TEST SUITE
<negtests dir="${test.dir}/files/neg" includes="*.scala"/>
<runtests dir="${test.dir}/files">
<include name="run/**/*.scala"/>
- <include name="jvm/**/*.scala"/>
</runtests>
+ <jvmtests dir="${test.dir}/files/jvm" includes="*.scala"/>
<jvm5tests dir="${test.dir}/files/jvm5" includes="*.scala"/>
<residenttests dir="${test.dir}/files/res" includes="*.res"/>
<!-- <scripttests dir="${test.dir}/files/script" includes="*.scala"/> -->
@@ -1321,8 +1321,8 @@ BOOTRAPING TEST AND TEST SUITE
<negtests dir="${test.dir}/files/neg" includes="*.scala"/>
<runtests dir="${test.dir}/files">
<include name="run/**/*.scala"/>
- <include name="jvm/**/*.scala"/>
</runtests>
+ <jvmtests dir="${test.dir}/files/jvm" includes="*.scala"/>
<jvm5tests dir="${test.dir}/files/jvm5" includes="*.scala"/>
<residenttests dir="${test.dir}/files/res" includes="*.res"/>
<!-- <scripttests dir="${test.dir}/files/script" includes="*.scala"/> -->