summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSom Snytt <som.snytt@gmail.com>2013-11-22 12:21:31 -0800
committerSom Snytt <som.snytt@gmail.com>2013-11-23 00:33:36 -0800
commit342b05b849e69b4db8e10acbeea4953d37f2d2bc (patch)
treec659a431319e7f64a468f934dec716d8a6a6a939 /test
parentad5fa95d55096e498c461471528d957ffc82706c (diff)
downloadscala-342b05b849e69b4db8e10acbeea4953d37f2d2bc.tar.gz
scala-342b05b849e69b4db8e10acbeea4953d37f2d2bc.tar.bz2
scala-342b05b849e69b4db8e10acbeea4953d37f2d2bc.zip
Test in quick mode for ant build
Add a target `test.suite.quick`. Let test.quick depend only on init and quick.done, and load the task using the quick path (with non-core deps).
Diffstat (limited to 'test')
-rwxr-xr-xtest/build-partest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/build-partest.xml b/test/build-partest.xml
index 22ad85ac03..e909a09123 100755
--- a/test/build-partest.xml
+++ b/test/build-partest.xml
@@ -7,6 +7,7 @@
<attribute name="srcdir" default="files"/> <!-- TODO: make targets for `pending` and other subdirs -->
<attribute name="colors" default="${partest.colors}"/>
<attribute name="scalacOpts" default="${scalac.args.optimise}"/>
+ <attribute name="pcp" default="${toString:partest.compilation.path}"/>
<attribute name="kinds"/>
<sequential>
<property name="partest.dir" value="@{dir}" />
@@ -14,7 +15,7 @@
kinds="@{kinds}"
colors="@{colors}"
scalacOpts="@{scalacOpts}"
- compilationpathref="partest.compilation.path"/>
+ compilationpath="@{pcp}"/>
</sequential>
</macrodef>
</project>