1
0
Fork 0
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:
Andrew Gvozdev 2010-01-30 19:45:21 +00:00
parent 6a1cdf4b56
commit 916f81c0ce

View file

@ -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());