1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00

Have Debug's automated tests use the new GDB 7.10

Change-Id: I6c2d2aa925b0d54add32ec8d8e8f167d4bdd9b6f
This commit is contained in:
Marc Khouzam 2015-09-01 15:59:45 -04:00
parent 6272b4e523
commit be95954cdd

View file

@ -10,7 +10,7 @@
*******************************************************************************/
package org.eclipse.cdt.tests.dsf.gdb.tests;
import org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_9.Suite_7_9;
import org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_10.Suite_7_10;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
@ -21,7 +21,7 @@ import org.junit.runners.Suite;
@RunWith(Suite.class)
@Suite.SuiteClasses({
Suite_7_9.class,
Suite_7_10.class,
// Can't run the Remote test just yet because they
// have the same names on the local tests, which is
// not handled by JUnit (https://bugs.eclipse.org/172256)