Home | History | Annotate | Download | only in options

Lines Matching full:answer

38 # Create the answer to what should be produced by this Makefile
39 $answer = "This is the output from the original makefile\n";
44 &compare_output($answer,&get_logfile(1));
48 $answer = "This is the output from makefile 2\n";
52 &compare_output($answer,&get_logfile(1));
57 $answer = "This is the output from makefile 3\n";
62 &compare_output($answer,&get_logfile(1));
68 $answer = "This is the output from makefile 2\n";
69 $answer .= "This is the output from the original makefile\n";
70 $answer .= "This is the output from makefile 3\n";
75 &compare_output($answer,&get_logfile(1));