From 0759af440a1d721f0248b2ea83fe0ad8a1c19cfb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 1 Mar 2005 08:01:05 +0000 Subject: Fixed Savannah bug #12180. --- tests/scripts/features/statipattrules | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'tests/scripts/features') diff --git a/tests/scripts/features/statipattrules b/tests/scripts/features/statipattrules index 29a7c08..7d35ec3 100644 --- a/tests/scripts/features/statipattrules +++ b/tests/scripts/features/statipattrules @@ -62,11 +62,15 @@ close(MAKEFILE); $answer = "$makefile2:1: *** target `foo' leaves prerequisite pattern empty. Stop.\n"; &compare_output($answer, &get_logfile(1)); +# TEST #5 -- bug #12180: core dump on a stat pattern rule with an empty +# prerequisite list. +# +run_make_test(' +foo.x bar.x: %.x : ; @echo $@ -1; - - - - - +', +'', +'foo.x +'); +1; -- cgit v1.2.3