summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Haller <hallerp@gmail.com>2008-10-31 11:57:11 +0000
committerPhilipp Haller <hallerp@gmail.com>2008-10-31 11:57:11 +0000
commit2bb362e02cd393149bc8a4bdc2247f235a4e1681 (patch)
tree6eaf33e91e3bfc5027c2acc38b40b642d7849e16
parent2ed15b9b352621d5ccb6e1e62ae77ee505829b11 (diff)
downloadscala-2bb362e02cd393149bc8a4bdc2247f235a4e1681.tar.gz
scala-2bb362e02cd393149bc8a4bdc2247f235a4e1681.tar.bz2
scala-2bb362e02cd393149bc8a4bdc2247f235a4e1681.zip
Include pos5 tests in test.suite target.
-rw-r--r--build.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index fac88a862b..c97f085844 100644
--- a/build.xml
+++ b/build.xml
@@ -974,9 +974,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"/>