mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-30 20:35:38 +02:00
- moved error parsers tests
This commit is contained in:
parent
c838e9f16d
commit
6d27bb8b4e
2 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
* QNX Software Systems - Initial API and implementation
|
||||
*******************************************************************************/
|
||||
|
||||
package org.eclipse.cdt.core.model.tests;
|
||||
package org.eclipse.cdt.core.internal.errorparsers.tests;
|
||||
|
||||
import java.io.ByteArrayInputStream;
|
||||
import java.io.FileInputStream;
|
|
@ -23,6 +23,7 @@ public class ErrorParserTests {
|
|||
// each class being tested
|
||||
suite.addTest(GCCErrorParserTests.suite());
|
||||
suite.addTest(FileBasedErrorParserTests.suite());
|
||||
suite.addTest(ErrorParserManagerTest.suite());
|
||||
return suite;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue