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

Function test_vs_project_local_path

test/cli/helloworld_test.py:165–166  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

163 assert stderr == '[main.c:5]: (error) Division by zero.\n'
164
165def test_vs_project_local_path():
166 __test_vs_project_local_path()
167
168def test_vs_project_local_path_select_one():
169 __test_vs_project_local_path(['--project-configuration=Release|Win32'], 'Release|Win32')

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected