You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/testpreprocessor.cpp
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -292,6 +292,8 @@ class TestPreprocessor : public TestFixture {
292
292
TEST_CASE(testMissingIncludeMixed);
293
293
TEST_CASE(testMissingIncludeCheckConfig);
294
294
295
+
TEST_CASE(hasInclude);
296
+
295
297
TEST_CASE(limitsDefines);
296
298
297
299
TEST_CASE(hashCalculation);
@@ -2567,6 +2569,23 @@ class TestPreprocessor : public TestFixture {
2567
2569
"test.c:11:0: information: Include file: <" + missing4 + "> not found. Please note: Cppcheck does not need standard library headers to get proper results. [missingIncludeSystem]\n", errout_str());
0 commit comments