diff options
Diffstat (limited to 'tests/scripts')
-rw-r--r-- | tests/scripts/features/statipattrules | 16 |
1 files changed, 10 insertions, 6 deletions
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; |