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

Function test_cmd_std_c

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

Source from the content-addressed store, hash-verified

213
214
215def test_cmd_std_c(tmp_path): # #13129
216 __test_cmd(tmp_path, 'test.cpp',['--std=c89', '--std=c++14'], '-x c++ -std=c++14')
217
218
219# TODO: remove when we inject the build-dir into all tests

Callers

nothing calls this directly

Calls 1

__test_cmdFunction · 0.85

Tested by

no test coverage detected