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