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

Function test_language_c_force_c

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

Source from the content-addressed store, hash-verified

51
52
53def test_language_c_force_c(tmp_path):
54 __test_language(tmp_path, 'c', force_lang='c', exp_lang='c')
55
56
57def test_language_c_force_cpp(tmp_path):

Callers

nothing calls this directly

Calls 1

__test_languageFunction · 0.85

Tested by

no test coverage detected