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/testcmdlineparser.cpp
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -383,6 +383,7 @@ class TestCmdlineParser : public TestFixture {
383
383
TEST_CASE(performanceValueflowMaxTimeInvalid);
384
384
TEST_CASE(performanceValueFlowMaxIfCount);
385
385
TEST_CASE(performanceValueFlowMaxIfCountInvalid);
386
+
TEST_CASE(templateFullRebuild);
386
387
TEST_CASE(templateMaxTime);
387
388
TEST_CASE(templateMaxTimeInvalid);
388
389
TEST_CASE(templateMaxTimeInvalid2);
@@ -2535,6 +2536,13 @@ class TestCmdlineParser : public TestFixture {
2535
2536
ASSERT_EQUALS("cppcheck: error: argument to '--performance-valueflow-max-if-count=' is not valid - not an integer (invalid_argument).\n", logger->str());
0 commit comments