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

Function test_cmd_inc

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

Source from the content-addressed store, hash-verified

188
189
190def test_cmd_inc(tmp_path):
191 inc_path = tmp_path / 'inc'
192 os.makedirs(inc_path)
193 __test_cmd(tmp_path, 'test.cpp',['-Iinc'], '-x c++ -Iinc/')
194
195
196def test_cmd_def(tmp_path):

Callers

nothing calls this directly

Calls 1

__test_cmdFunction · 0.85

Tested by

no test coverage detected