Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-Andre Laperle2015-02-05 03:31:08 +0000
committerGerrit Code Review @ Eclipse.org2015-02-06 18:02:28 +0000
commitafd11359e6369b16625c6238e839ca9f7cbfae9c (patch)
tree32322b4f3b34ef3c5b03e010a5a8dab3637de2e3 /xlc/org.eclipse.cdt.core.lrparser.xlc.tests/pom.xml
parent7f0174bec53752956f27d51053f1d2450084b5cb (diff)
downloadorg.eclipse.cdt-afd11359e6369b16625c6238e839ca9f7cbfae9c.tar.gz
org.eclipse.cdt-afd11359e6369b16625c6238e839ca9f7cbfae9c.tar.xz
org.eclipse.cdt-afd11359e6369b16625c6238e839ca9f7cbfae9c.zip
Extract test VM args to common property base.test.vmargs
This makes it easier to change arguments for all tests. As a side-effect, all tests now enable assertion (-ea) and have the same max heap size, etc. Change-Id: I0965d40ba3283efe7eacdf927f6c302ee0ab30f0 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Diffstat (limited to 'xlc/org.eclipse.cdt.core.lrparser.xlc.tests/pom.xml')
-rw-r--r--xlc/org.eclipse.cdt.core.lrparser.xlc.tests/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlc/org.eclipse.cdt.core.lrparser.xlc.tests/pom.xml b/xlc/org.eclipse.cdt.core.lrparser.xlc.tests/pom.xml
index 8f237d70467..012245357b7 100644
--- a/xlc/org.eclipse.cdt.core.lrparser.xlc.tests/pom.xml
+++ b/xlc/org.eclipse.cdt.core.lrparser.xlc.tests/pom.xml
@@ -23,7 +23,7 @@
<version>${tycho-version}</version>
<configuration>
<useUIHarness>false</useUIHarness>
- <argLine>${tycho.testArgLine} -Xms256m -Xmx512m -XX:MaxPermSize=256M</argLine>
+ <argLine>${tycho.testArgLine} ${base.test.vmargs}</argLine>
<includes>
<include>**/XlcTestSuite.*</include>
</includes>

Back to the top