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

Function test_cmd_unk

test/cli/clang-import_test.py:177–178  ·  view source on GitHub ↗
(tmp_path)

Source from the content-addressed store, hash-verified

175
176# files with unknown extensions are treated as C++
177def test_cmd_unk(tmp_path):
178 __test_cmd(tmp_path, 'test.cplusplus', [], '-x c++')
179
180
181# headers are treated as C by default

Callers

nothing calls this directly

Calls 1

__test_cmdFunction · 0.85

Tested by

no test coverage detected