| 87 | } |
| 88 | |
| 89 | void LldbTest::startInitTestCase() |
| 90 | { |
| 91 | const QString lldbMiExecutable = QStandardPaths::findExecutable(QStringLiteral("lldb-mi")); |
| 92 | if (lldbMiExecutable.isEmpty()) { |
| 93 | QSKIP("Skipping, lldb-mi not available"); |
| 94 | } |
| 95 | } |
| 96 | |
| 97 | void LldbTest::testBreakOnStart() |
| 98 | { |
nothing calls this directly
no test coverage detected