From 29d78ddb2842d75956fb9b2f50fa7032f6a28416 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Wed, 22 Sep 2004 04:36:17 +0000 Subject: Update the test template. A few fixes in run_make_test(). Rename implicit_prereq_eval to patternrules, to be the start of a suite of tests of pattern rules. --- tests/scripts/features/implicit_prereq_eval | 64 ----------------------------- 1 file changed, 64 deletions(-) delete mode 100644 tests/scripts/features/implicit_prereq_eval (limited to 'tests/scripts/features/implicit_prereq_eval') diff --git a/tests/scripts/features/implicit_prereq_eval b/tests/scripts/features/implicit_prereq_eval deleted file mode 100644 index f549a79..0000000 --- a/tests/scripts/features/implicit_prereq_eval +++ /dev/null @@ -1,64 +0,0 @@ -$description = "Test implicit rule prerequisite evaluation code."; - -$details = "The makefile created by this test has a set of implicit rule - pairs with the first rule usually not applying because its prerequisites - cannot be made and the second rule which should succeed."; - -open(MAKEFILE,"> $makefile"); - -# The contents of the Makefile ... - -print MAKEFILE <