Searched refs:testOnlyThese (Results 1 – 2 of 2) sorted by relevance
82 const std::vector<std::string>& testOnlyThese) { in do_this_test() argument88 for (const std::string& good : testOnlyThese) { in do_this_test()93 return testOnlyThese.empty(); in do_this_test()99 std::vector<std::string> testOnlyThese; in main() local111 testOnlyThese.emplace_back(argv[i]); in main()125 &semaphore, &doNotRun, &testOnlyThese](){ in main()128 if (do_this_test(name, doNotRun, testOnlyThese)) { in main()
74 const std::vector<std::string>& testOnlyThese) { in do_this_test() argument80 for (const std::string& good : testOnlyThese) { in do_this_test()85 return testOnlyThese.empty(); in do_this_test()91 std::vector<std::string> testOnlyThese; in main() local103 testOnlyThese.emplace_back(argv[i]); in main()117 &semaphore, &doNotRun, &testOnlyThese](){ in main()120 if (do_this_test(name, doNotRun, testOnlyThese)) { in main()