1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 14:55:41 +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>
<gdbPathOption>-Dcdt.tests.dsf.gdb.path=/shared/common/gdb</gdbPathOption>
<gdbTestSuite>AutomatedSuite.java</gdbTestSuite>
</properties>
<build>
@ -67,7 +68,7 @@
<useUIHarness>false</useUIHarness>
<argLine>${base.ui.test.vmargs} -ea -Xms256m -Xmx512m -XX:MaxPermSize=256M ${gdbPathOption}</argLine>
<includes>
<include>**/AutomatedSuite.*</include>
<include>**/${gdbTestSuite}</include>
</includes>
<testFailureIgnore>true</testFailureIgnore>
<dependencies>