summaryrefslogtreecommitdiff
path: root/tests/scripts/variables/define
AgeCommit message (Collapse)AuthorFilesLines
2012-03-04Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.Paul Smith1-3/+3
Fixes Savannah bug #34530.
2012-01-30Add support for "::=" simple assignment operator.Paul Smith1-1/+49
The next POSIX standard will define "::=" to have the same behavior as GNU make's ":=", so add support for this new operator.
2009-06-05- Add forgotten variable/define test suitePaul Smith1-0/+234
- Skip initial whitespace including formfeeds, vertical tab, etc. - Add tests for that - Fix the variable/SHELL test; it was wrong!