Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ test_cmd_def
Function
test_cmd_def
test/cli/clang-import_test.py:196–197 ·
view source on GitHub ↗
(tmp_path)
Source
from the content-addressed store, hash-verified
194
195
196
def
test_cmd_def(tmp_path):
197
__test_cmd(tmp_path,
'test.cpp'
,[
'-DDEF'
],
'-x c++ -DDEF=1'
)
198
199
200
def
test_cmd_include(tmp_path):
Callers
nothing calls this directly
Calls
1
__test_cmd
Function · 0.85
Tested by
no test coverage detected