Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/upc
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 /upc
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 'upc')
-rw-r--r--upc/org.eclipse.cdt.core.parser.upc.tests/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/upc/org.eclipse.cdt.core.parser.upc.tests/pom.xml b/upc/org.eclipse.cdt.core.parser.upc.tests/pom.xml
index 67f68ca2c71..cacb0880e8c 100644
--- a/upc/org.eclipse.cdt.core.parser.upc.tests/pom.xml
+++ b/upc/org.eclipse.cdt.core.parser.upc.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>**/UPCParserTestSuite.*</include>
</includes>

Back to the top