| 100 | } |
| 101 | |
| 102 | void CraftRuntimeTest::testFindCraftRoot() |
| 103 | { |
| 104 | QFETCH_GLOBAL(TempDirWrapper, runtimeInstance); |
| 105 | QCOMPARE(CraftRuntime::findCraftRoot(Path(runtimeInstance.path())), runtimeInstance.path()); |
| 106 | QCOMPARE(CraftRuntime::findCraftRoot(Path(runtimeInstance.path()).cd(QStringLiteral("bin"))), |
| 107 | runtimeInstance.path()); |
| 108 | } |
| 109 | |
| 110 | void CraftRuntimeTest::testGetenv() |
| 111 | { |