diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ChangeLog | 4 | ||||
-rw-r--r-- | tests/scripts/features/statipattrules | 11 |
2 files changed, 15 insertions, 0 deletions
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 <boris@kolpackov.net> + + * scripts/features/statipattrules: Add a test for Savannah bug #13881. + 2005-08-07 Paul D. Smith <psmith@gnu.org> * 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; |