| 39 | } |
| 40 | |
| 41 | void TestCTestFindSuites::initTestCase() |
| 42 | { |
| 43 | AutoTestShell::init({"KDevCMakeManager", "KDevCMakeBuilder", "KDevMakeBuilder", "KDevStandardOutputView"}); |
| 44 | TestCore::initialize(); |
| 45 | |
| 46 | qRegisterMetaType<ITestSuite*>(); |
| 47 | |
| 48 | cleanup(); |
| 49 | } |
| 50 | |
| 51 | void TestCTestFindSuites::cleanup() |
| 52 | { |
nothing calls this directly
no test coverage detected