| 326 | } |
| 327 | |
| 328 | void DebuggerTestBase::testEnvironmentCd() |
| 329 | { |
| 330 | const auto path = KIO::upUrl(findExecutable("path with space/debuggee_spacedebugee")); |
| 331 | TestLaunchConfiguration cfg("debuggee_debugeepath", path); |
| 332 | verifyInferiorStdout(cfg, {path.toLocalFile()}); |
| 333 | } |
| 334 | |
| 335 | void DebuggerTestBase::testRunDebuggerScript() |
| 336 | { |
nothing calls this directly
no test coverage detected