mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
bug 237448: Added the test to the test suite.
This commit is contained in:
parent
57405226fa
commit
df280b939c
1 changed files with 18 additions and 15 deletions
|
@ -32,6 +32,7 @@ import org.eclipse.cdt.core.parser.tests.rewrite.RewriteTests;
|
|||
import org.eclipse.cdt.core.tests.templateengine.AllTemplateEngineTests;
|
||||
import org.eclipse.cdt.internal.index.tests.IndexTests;
|
||||
import org.eclipse.cdt.internal.pdom.tests.PDOMTests;
|
||||
import org.eclipse.cdt.utils.CdtVariableResolverTest;
|
||||
import org.eclipse.cdt.utils.CommandLineUtilTest;
|
||||
|
||||
/**
|
||||
|
@ -39,7 +40,8 @@ import org.eclipse.cdt.utils.CommandLineUtilTest;
|
|||
*/
|
||||
public class AutomatedIntegrationSuite extends TestSuite {
|
||||
|
||||
public AutomatedIntegrationSuite() {}
|
||||
public AutomatedIntegrationSuite() {
|
||||
}
|
||||
|
||||
public AutomatedIntegrationSuite(Class theClass, String name) {
|
||||
super(theClass, name);
|
||||
|
@ -70,6 +72,7 @@ public class AutomatedIntegrationSuite extends TestSuite {
|
|||
suite.addTest(StringBuilderTest.suite());
|
||||
suite.addTest(AllLanguageTests.suite());
|
||||
suite.addTest(RewriteTests.suite());
|
||||
suite.addTest(CdtVariableResolverTest.suite());
|
||||
suite.addTest(CommandLineUtilTest.suite());
|
||||
suite.addTest(EFSExtensionTests.suite());
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue