From 342b05b849e69b4db8e10acbeea4953d37f2d2bc Mon Sep 17 00:00:00 2001 From: Som Snytt Date: Fri, 22 Nov 2013 12:21:31 -0800 Subject: 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). --- build.xml | 17 +++++++++++++++++ test/build-partest.xml | 3 ++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 9e385ee802..648baf9bce 100755 --- a/build.xml +++ b/build.xml @@ -920,9 +920,15 @@ TODO: Why, the compiler we're testing, of course, and partest with all its dependencies. --> + + + + + + + @@ -14,7 +15,7 @@ kinds="@{kinds}" colors="@{colors}" scalacOpts="@{scalacOpts}" - compilationpathref="partest.compilation.path"/> + compilationpath="@{pcp}"/> -- cgit v1.2.3