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
+32Lines changed: 32 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -371,6 +371,8 @@ class TestPreprocessor : public TestFixture {
371
371
TEST_CASE(testMissingIncludeMixed);
372
372
TEST_CASE(testMissingIncludeCheckConfig);
373
373
374
+
TEST_CASE(testLazyInclude);
375
+
374
376
TEST_CASE(hasInclude);
375
377
376
378
TEST_CASE(limitsDefines);
@@ -3053,6 +3055,36 @@ class TestPreprocessor : public TestFixture {
3053
3055
"test.c:11:2: information: Include file: <" + missing4 + "> not found. Please note: Standard library headers do not need to be provided to get proper results. [missingIncludeSystem]\n", errout_str());
0 commit comments