MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / test_language_h_force_cpp

Function test_language_h_force_cpp

test/cli/dumpfile_test.py:82–83  ·  view source on GitHub ↗
(tmp_path)

Source from the content-addressed store, hash-verified

80
81
82def test_language_h_force_cpp(tmp_path):
83 __test_language(tmp_path, 'h', force_lang='c++', exp_lang='cpp')
84
85
86# files with unknown extensions default to C++

Callers

nothing calls this directly

Calls 1

__test_languageFunction · 0.85

Tested by

no test coverage detected