1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-05 07:15:39 +02:00

Update Debug JUnit tests to allow running tests for all GDB versions.

Change-Id: Ied36d9eb7e31ca33f04e6744f670e77dfec36f36
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/27872
Tested-by: Hudson CI
This commit is contained in:
Marc Khouzam 2014-05-30 15:26:35 -04:00
parent 7204746924
commit 9c98d58561

View file

@ -26,6 +26,7 @@
<properties> <properties>
<gdbPathOption>-Dcdt.tests.dsf.gdb.path=/shared/common/gdb</gdbPathOption> <gdbPathOption>-Dcdt.tests.dsf.gdb.path=/shared/common/gdb</gdbPathOption>
<gdbTestSuite>AutomatedSuite.java</gdbTestSuite>
</properties> </properties>
<build> <build>
@ -67,7 +68,7 @@
<useUIHarness>false</useUIHarness> <useUIHarness>false</useUIHarness>
<argLine>${base.ui.test.vmargs} -ea -Xms256m -Xmx512m -XX:MaxPermSize=256M ${gdbPathOption}</argLine> <argLine>${base.ui.test.vmargs} -ea -Xms256m -Xmx512m -XX:MaxPermSize=256M ${gdbPathOption}</argLine>
<includes> <includes>
<include>**/AutomatedSuite.*</include> <include>**/${gdbTestSuite}</include>
</includes> </includes>
<testFailureIgnore>true</testFailureIgnore> <testFailureIgnore>true</testFailureIgnore>
<dependencies> <dependencies>