Lines Matching full:answer
29 # Create the answer to what should be produced by this Makefile
30 $answer = "AA\nBA\n";
32 &compare_output($answer,&get_logfile(1));
55 # Create the answer to what should be produced by this Makefile
56 $answer = "A = A B = B\n";
58 &compare_output($answer,&get_logfile(1));
84 $answer = "it\n";
85 &compare_output($answer,&get_logfile(1));
88 $answer = "it\nworked\n";
89 &compare_output($answer,&get_logfile(1));
109 $answer = "[ 9 8 7 6 5 4 3 2 1 0 ]\n";
110 &compare_output($answer,&get_logfile(1));
132 $answer = "OK\n";
133 &compare_output($answer,&get_logfile(1));