mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26:01 +02:00
Bug 356519 - ELF header reader makeShort() bug
This commit is contained in:
parent
b4da3bb8f0
commit
45c5f16e07
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,7 @@ import org.eclipse.cdt.core.parser.tests.rewrite.RewriteTests;
|
|||
import org.eclipse.cdt.core.resources.tests.RefreshScopeTests;
|
||||
import org.eclipse.cdt.internal.index.tests.IndexTests;
|
||||
import org.eclipse.cdt.internal.pdom.tests.PDOMTests;
|
||||
import org.eclipse.cdt.utils.ByteUtilsTest;
|
||||
import org.eclipse.cdt.utils.CdtVariableResolverTest;
|
||||
import org.eclipse.cdt.utils.CommandLineUtilTest;
|
||||
import org.eclipse.cdt.utils.FindProgramLocationTest;
|
||||
|
@ -79,6 +80,7 @@ public class AutomatedIntegrationSuite extends TestSuite {
|
|||
suite.addTest(WeakHashSetTest.suite());
|
||||
suite.addTest(FindProgramLocationTest.suite());
|
||||
suite.addTest(EFSExtensionTests.suite());
|
||||
suite.addTest(ByteUtilsTest.suite());
|
||||
|
||||
// Add in PDOM tests
|
||||
suite.addTest(PDOMTests.suite());
|
||||
|
|
Loading…
Add table
Reference in a new issue