diff options
author | Paul Smith <psmith@gnu.org> | 2013-07-22 02:19:13 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-07-22 02:23:02 -0400 |
commit | 40a49f244da5b417af8bede84ac221cee2318d88 (patch) | |
tree | 375c8261aad11579344b11fabba4a74adef327ca /tests/ChangeLog | |
parent | 87ac68fe79a2e3b0d149135d40d8cbc5500024af (diff) | |
download | gunmake-40a49f244da5b417af8bede84ac221cee2318d88.tar.gz |
[Bug #39310] Parse simple pattern prereqs for globbing.
We tried to get some efficiency by avoiding a parse_file_seq() for simple
pattern prerequisites, but this also means no wildcard expansion was
happening, so add it back. Add regression tests for wildcards in target and
prerequisite lists.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 978349a..587ff64 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2013-07-22 Paul Smith <psmith@gnu.org> + + * scripts/features/rule_glob: Add tests for wildcards in rules. + Test for Savannah bug #39310. + 2013-07-09 Paul Smith <psmith@gnu.org> * scripts/features/se_implicit: Add a test for SE rules depending |