| 28 | using namespace KDevelop; |
| 29 | |
| 30 | void TestCMakeManager::initTestCase() |
| 31 | { |
| 32 | QLoggingCategory::setFilterRules("*.debug=false\nkdevplatform.outputview.debug=true\n" |
| 33 | "kdevelop.plugins.cmake.debug=true\ndefault.debug=true\n"); |
| 34 | |
| 35 | AutoTestShell::init({"KDevCMakeManager", "KDevCMakeBuilder", "KDevMakeBuilder", "KDevStandardOutputView"}); |
| 36 | TestCore::initialize(); |
| 37 | |
| 38 | cleanup(); |
| 39 | } |
| 40 | |
| 41 | void TestCMakeManager::cleanupTestCase() |
| 42 | { |
nothing calls this directly
no test coverage detected