mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-21 07:05:58 +02:00
Bug 378834 - Switch suite to test gdb 7.5.
This commit is contained in:
parent
131ca051c0
commit
f1d0db3630
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.tests.dsf.gdb.tests;
|
package org.eclipse.cdt.tests.dsf.gdb.tests;
|
||||||
|
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_4.Suite_7_4;
|
import org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_5.Suite_7_5;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
import org.junit.runners.Suite;
|
import org.junit.runners.Suite;
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ import org.junit.runners.Suite;
|
||||||
|
|
||||||
@RunWith(Suite.class)
|
@RunWith(Suite.class)
|
||||||
@Suite.SuiteClasses({
|
@Suite.SuiteClasses({
|
||||||
Suite_7_4.class,
|
Suite_7_5.class,
|
||||||
// Can't run the Remote test just yet because they
|
// Can't run the Remote test just yet because they
|
||||||
// have the same names on the local tests, which is
|
// have the same names on the local tests, which is
|
||||||
// not handled by JUnit (https://bugs.eclipse.org/172256)
|
// not handled by JUnit (https://bugs.eclipse.org/172256)
|
||||||
|
|
Loading…
Add table
Reference in a new issue