(tmp_path)
| 188 | |
| 189 | |
| 190 | def 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 | |
| 196 | def test_cmd_def(tmp_path): |
nothing calls this directly
no test coverage detected