3 $description = "This tests the CURDIR varaible.";
5 $details = "Echo CURDIR both with and without -C. Also ensure overrides work.";
7 open(MAKEFILE,"> $makefile");
8 print MAKEFILE "all: ; \@echo \$(CURDIR)\n";
15 &run_make_with_options($makefile,"",&get_logfile);
17 &compare_output($answer,&get_logfile(1));