1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Enable the GDB 7.1 test suite.

Change-Id: I3d21bfbc8f2f9e99c7b5bda9a68243218346f61b
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
Marc Khouzam 2014-12-24 13:46:26 -05:00
parent 8741098869
commit 68453d4a1f

View file

@ -10,6 +10,7 @@
*******************************************************************************/
package org.eclipse.cdt.tests.dsf.gdb.tests;
import org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_1.Suite_7_1;
import org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_2.Suite_7_2;
import org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_3.Suite_7_3;
import org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_4.Suite_7_4;
@ -38,10 +39,10 @@ import org.junit.runners.Suite;
Suite_7_4.class,
Suite_7_3.class,
Suite_7_2.class,
Suite_7_1.class,
// The below test suites have failures
// Don't run them automatically so that we
// can get passing tests in Hudson
// Suite_7_1.class,
// Suite_7_0.class,
// Suite_6_8.class,
// Suite_6_7.class,