From e437226241ac0c1776ac1c82688a472b3f8ed581 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 10 Aug 2005 10:21:13 +0000 Subject: Fixed Savannah bug #13881. --- tests/ChangeLog | 4 ++++ tests/scripts/features/statipattrules | 11 +++++++++++ 2 files changed, 15 insertions(+) (limited to 'tests') diff --git a/tests/ChangeLog b/tests/ChangeLog index a205074..cb3edeb 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2005-08-10 Boris Kolpackov + + * scripts/features/statipattrules: Add a test for Savannah bug #13881. + 2005-08-07 Paul D. Smith * scripts/features/parallelism: Add a test for a bug reported by diff --git a/tests/scripts/features/statipattrules b/tests/scripts/features/statipattrules index b5459b9..0ca2bb7 100644 --- a/tests/scripts/features/statipattrules +++ b/tests/scripts/features/statipattrules @@ -73,4 +73,15 @@ foo.x bar.x: %.x : ; @echo $@ 'foo.x '); + +# TEST #6 -- bug #13881: double colon static pattern rule does not +# substitute %. +# +run_make_test(' +foo.bar:: %.bar: %.baz +foo.baz: ;@: +', +'', +''); + 1; -- cgit v1.2.3