summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorMiles Sabin <miles@milessabin.com>2009-07-28 14:55:35 +0000
committerMiles Sabin <miles@milessabin.com>2009-07-28 14:55:35 +0000
commit5775f1b8875f12e5fc0403d4e048add6781eb7ff (patch)
treef46819728328e6e6059b329a7e06cd24c72bbfdb /build.xml
parent01ed33304a01d9917d1e315613a89771389eea1e (diff)
downloadscala-5775f1b8875f12e5fc0403d4e048add6781eb7ff.tar.gz
scala-5775f1b8875f12e5fc0403d4e048add6781eb7ff.tar.bz2
scala-5775f1b8875f12e5fc0403d4e048add6781eb7ff.zip
A couple more positions issues caused by the pa...
A couple more positions issues caused by the packaging changes: fixed with test cases; test.positions target now runs the explicit test cases first.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index c79093e0ad..b995bd60d4 100644
--- a/build.xml
+++ b/build.xml
@@ -1743,6 +1743,9 @@ POSITIONS
============================================================================ -->
<target name="test.positions" depends="pack.done">
+ <antcall target="test.positions.tests.sub" inheritRefs="true">
+ <param name="test.tests.srcs" value="${test.dir}/files/positions"/>
+ </antcall>
<antcall target="test.positions.sub" inheritRefs="true">
<param name="test.srcs" value="${src.dir}/compiler"/>
</antcall>
@@ -1765,9 +1768,6 @@ POSITIONS
<param name="test.srcs" value="${src.dir}/scalap"/>
</antcall>
<antcall target="test.positions.tests.sub" inheritRefs="true">
- <param name="test.tests.srcs" value="${test.dir}/files/positions"/>
- </antcall>
- <antcall target="test.positions.tests.sub" inheritRefs="true">
<param name="test.tests.srcs" value="${test.dir}/files/pos"/>
</antcall>
<antcall target="test.positions.tests.sub" inheritRefs="true">