mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
bug 296904: [Error Parser] Make error parser should report non-fatal errors as Warnings instead of Errors
This commit is contained in:
parent
6a1cdf4b56
commit
916f81c0ce
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ public class ErrorParserTests {
|
|||
// each class being tested
|
||||
suite.addTest(GCCErrorParserTests.suite());
|
||||
suite.addTest(GLDErrorParserTests.suite());
|
||||
suite.addTest(MakeErrorParserTests.suite());
|
||||
suite.addTest(FileBasedErrorParserTests.suite());
|
||||
suite.addTest(ErrorParserManagerTest.suite());
|
||||
suite.addTest(ErrorParserFileMatchingTest.suite());
|
||||
|
|
Loading…
Add table
Reference in a new issue