summaryrefslogtreecommitdiff
path: root/tests/scripts/features/conditionals
AgeCommit message (Collapse)AuthorFilesLines
2005-05-13Implement new "if... else if... endif" semantics.Paul Smith1-33/+72
2004-01-21Many bug fixes etc.Paul Smith1-2/+9
- Apply a fix for the "thundering herd" problem when using "-j -l". This also fixes bug #4693. - Fix bug #7257: allow functions as ifdef arguments - Fix bug #4518: make sure we print all double-colon rules with -p. - Upgrade to autconf 2.58/automake 1.8/gettext 0.13.1 - Various doc cleanups, etc.
2002-09-10A few test bug fixes:Paul Smith1-3/+2
* Never use "touch" in make rules; it breaks on most sub-second supporting systems. Use echo "" > $@ instead. * Forgot to close test makefiles before using them! All the above worked fine on Linux but failed miserably on Solaris.
2002-09-10Add support for broken SA_RESTART on PTX.Paul Smith1-0/+34
Fix bug #103: allow ifdef, export, and unexport to expand their arguments.
1999-09-14* Added the test suite to the main distribution.Paul Smith1-0/+67