Home | History | Annotate | Download | only in src

Lines Matching refs:program

37 #	This runs the test-program (eg, mksh) with the arguments -x and -f,
38 # standard input is a file containing "echo hi*\nfalse\n". The program
53 # arguments M Arguments to pass to the program;
56 # is passed as an argument to the program
59 # used as standard-input for the program;
109 # time-limit Time limit - the program is sent a
126 # 'categories' of program that the test
131 # program version and shouldn't be run
133 # the program being tested can be
160 -p p Use p as the program to test
161 -C c Specify the comma separated list of categories the program
166 -P program (-p) string has multiple words, and the program is in
203 # Categories of the program under test. Provide the current
227 die "$prog: no program specified (use -p)\n" if !defined $opt_p;
720 print STDERR "$prog:$name($what): couldn't open $file after running program - $!\n";