From 9c98d585612b5cb910b03390e45077954ff09801 Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Fri, 30 May 2014 15:26:35 -0400 Subject: [PATCH] Update Debug JUnit tests to allow running tests for all GDB versions. Change-Id: Ied36d9eb7e31ca33f04e6744f670e77dfec36f36 Signed-off-by: Marc Khouzam Reviewed-on: https://git.eclipse.org/r/27872 Tested-by: Hudson CI --- dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml index 2933a2e2208..de46df1d7fe 100644 --- a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml +++ b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml @@ -26,6 +26,7 @@ -Dcdt.tests.dsf.gdb.path=/shared/common/gdb + AutomatedSuite.java @@ -67,7 +68,7 @@ false ${base.ui.test.vmargs} -ea -Xms256m -Xmx512m -XX:MaxPermSize=256M ${gdbPathOption} - **/AutomatedSuite.* + **/${gdbTestSuite} true