Home | History | Annotate | Download | only in common

Lines Matching refs:cmdLine

50 static void writeCaselistsToStdout (TestPackageRoot& root, TestContext& testCtx, const CommandLine& cmdLine)
53 TestHierarchyIterator iter (root, inflater, cmdLine);
80 App::App (Platform& platform, Archive& archive, TestLog& log, const CommandLine& cmdLine)
97 const RunMode runMode = cmdLine.getRunMode();
100 if (cmdLine.isWatchDogEnabled())
104 if (cmdLine.isCrashHandlingEnabled())
108 m_testCtx = new TestContext(m_platform, archive, log, cmdLine, m_watchDog);
117 writeCaselistsToStdout(*m_testRoot, *m_testCtx, cmdLine);
119 writeXmlCaselistsToFiles(*m_testRoot, *m_testCtx, cmdLine);
121 writeTxtCaselistsToFiles(*m_testRoot, *m_testCtx, cmdLine);