Home | History | Annotate | Download | only in tests

Lines Matching defs:command

231   std::string command;
233 command += argv[i];
234 command += " ";
236 command += "--gtest_list_tests";
237 FILE* fp = popen(command.c_str(), "r");
889 // args is used to pass in all command arguments, and pass out only the part of options for gtest.