summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorPhilipp Haller <hallerp@gmail.com>2008-10-28 22:41:49 +0000
committerPhilipp Haller <hallerp@gmail.com>2008-10-28 22:41:49 +0000
commit8e4e97ad7882bc8eb8e8dbc13d74fcc1c47a1fa4 (patch)
tree05d8b175da1f8a62475a404fbe1552ecfc7bda47 /build.xml
parent7e8f7199a1f2ea097243295eeb61c1a2e6155c66 (diff)
downloadscala-8e4e97ad7882bc8eb8e8dbc13d74fcc1c47a1fa4.tar.gz
scala-8e4e97ad7882bc8eb8e8dbc13d74fcc1c47a1fa4.tar.bz2
scala-8e4e97ad7882bc8eb8e8dbc13d74fcc1c47a1fa4.zip
Added pos5 tests to test.suite target.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index 2acc99abe7..bf5032505c 100644
--- a/build.xml
+++ b/build.xml
@@ -1177,9 +1177,10 @@ BOOTRAPING TEST AND TEST SUITE
<path refid="pack.classpath"/>
<fileset dir="${test.dir}/files/lib" includes="*.jar"/>
</classpath>
- <postests dir="${test.dir}/files/pos" includes="*.scala"/>
- <negtests dir="${test.dir}/files/neg" includes="*.scala"/>
- <runtests dir="${test.dir}/files">
+ <postests dir="${test.dir}/files/pos" includes="*.scala"/>
+ <pos5tests dir="${test.dir}/files/pos5" includes="*.scala"/>
+ <negtests dir="${test.dir}/files/neg" includes="*.scala"/>
+ <runtests dir="${test.dir}/files">
<include name="run/**/*.scala"/>
<include name="jvm/**/*.scala"/>
<include name="jvm5/**/*.scala"/>