summaryrefslogtreecommitdiff
path: root/tests/scripts/features/rule_glob
AgeCommit message (Collapse)AuthorFilesLines
2013-07-22[Bug #39310] Parse simple pattern prereqs for globbing.Paul Smith1-0/+37
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.