1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-08 08:45:44 +02:00

Modify properties to make them easier to use.

Also standardize properties names

Change-Id: I4b25f879d8c0b3b1e74b9590905b1a4b0cfe02ca
This commit is contained in:
Marc Khouzam 2015-10-27 09:37:01 -04:00 committed by Gerrit Code Review @ Eclipse.org
parent e0516f3084
commit ca2070f258

View file

@ -16,8 +16,8 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
<gdbPathOption>-Dcdt.tests.dsf.gdb.path=/shared/common/gdb/gdb-all/bin</gdbPathOption>
<gdbTestSuite>AutomatedSuite.java</gdbTestSuite>
<dsf.gdb.tests.gdbPath>/shared/common/gdb/gdb-all/bin</dsf.gdb.tests.gdbPath>
<dsf.gdb.tests.gdbTestSuite>AutomatedSuite.java</dsf.gdb.tests.gdbTestSuite>
<dsf.gdb.tests.timeout.multiplier>1</dsf.gdb.tests.timeout.multiplier>
</properties>
<build>
@ -58,9 +58,9 @@
<version>${tycho-version}</version>
<configuration>
<useUIHarness>false</useUIHarness>
<argLine>${tycho.testArgLine} ${base.ui.test.vmargs} -ea -Xms256m -Xmx512m -XX:MaxPermSize=256M ${gdbPathOption} -Ddsf.gdb.tests.timeout.multiplier=${dsf.gdb.tests.timeout.multiplier}</argLine>
<argLine>${tycho.testArgLine} ${base.ui.test.vmargs} -ea -Xms256m -Xmx512m -XX:MaxPermSize=256M -Dcdt.tests.dsf.gdb.path=${dsf.gdb.tests.gdbPath} -Ddsf.gdb.tests.timeout.multiplier=${dsf.gdb.tests.timeout.multiplier}</argLine>
<includes>
<include>**/${gdbTestSuite}</include>
<include>**/${dsf.gdb.tests.gdbTestSuite}</include>
</includes>
<testFailureIgnore>true</testFailureIgnore>
</configuration>