MCPcopy Create free account
hub / github.com/KDE/kdevelop / startInitTestCase

Method startInitTestCase

plugins/lldb/unittests/test_lldb.cpp:89–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void 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
97void LldbTest::testBreakOnStart()
98{

Callers

nothing calls this directly

Calls 2

findExecutableFunction · 0.50
isEmptyMethod · 0.45

Tested by

no test coverage detected