xeCommandLineExecutor.cpp | 71 DE_DECLARE_COMMAND_LINE_OPT(Summary, bool); 107 << Option<Summary> (DE_NULL, "summary", "Print summary after running tests.", s_yesNo, "yes") 125 , summary (false) 139 bool summary; member in struct:__anon18652::CommandLine 203 cmdLine.summary = opts.getOption<opt::Summary>(); 439 printf("\nTest run summary:\n"); 634 if (cmdLine.summary) [all...] |