| 60 | } |
| 61 | |
| 62 | void TestQMakeProject::initTestCase() |
| 63 | { |
| 64 | AutoTestShell::init({ "KDevQMakeManager", "KDevQMakeBuilder", "KDevMakeBuilder", "KDevStandardOutputView" }); |
| 65 | TestCore::initialize(); |
| 66 | |
| 67 | // Verify m_buildDir after initialization. Otherwise cleanupTestCase() crashes if the check fails. |
| 68 | QVERIFY2(m_buildDir.isValid(), qPrintable("couldn't create temporary directory: " + m_buildDir.errorString())); |
| 69 | } |
| 70 | |
| 71 | void TestQMakeProject::cleanupTestCase() |
| 72 | { |
nothing calls this directly
no test coverage detected