Lines Matching defs:program
31 // This file contains a program for running the test suite in a separate
35 // This program will fork the process under test and communicate with it over
45 // The testee is a simple program written in the target language that reads
110 "Usage: conformance-test-runner [options] <test-program>\n");
197 string program;
224 program += argv[arg];
232 ForkPipeRunner runner(program, program_args);
312 << ": error writing to test program: " << strerror(errno);
322 GOOGLE_LOG(ERROR) << current_test_name_ << ": unexpected EOF from test program";
326 << ": error reading from test program: " << strerror(errno);
340 << ": error reading from test program: " << strerror(errno);