3 $description = "The following test creates a makefile to ...";
7 $ENV{GOOGLE} = 'boggle';
9 open(MAKEFILE,"> $makefile");
11 print MAKEFILE <<'EOF';
13 all:; @echo "$(GOOGLE)"
18 &run_make_with_options($makefile, '-e' ,&get_logfile);
22 &compare_output($answer,&get_logfile(1));