summaryrefslogtreecommitdiffstats
path: root/tools/build
Commit message (Collapse)AuthorAgeFilesLines
* Hide the test in <target> under '.if make(<target>)' so as to not get anyjmallett2002-10-251-0/+4
| | | | errors/warnings related to crud in said test block.
* As of revision 1.38 of make/parse.c, our make(1) will warn too. Note thatjmallett2002-07-281-2/+3
| | | | | this isn't just for the sake of testing behaviour, and that things really do break if this regression occurs.
* Grrr, make the test for embedded variables in the left-hand-side actually dojmallett2002-06-201-2/+2
| | | | the right thing in every case. Yuck.
* Add a test for what was fixed in revision 1.27 and 1.28 of make(1)'s var.c,jmallett2002-06-191-0/+17
| | | | | | expansion of embedded variables in the left-hand-side of an assignment expression, using the simplest case - hiding recursion using nil-expanded variables.
* Add a regression test for bin/5297, regarding sysv substitution with a niljmallett2002-05-052-0/+10
| | | | left-hand-side.
* Prefix tests with PASS and FAIL, to make grepping easier, and note this injmallett2002-04-271-3/+3
| | | | | | the README. This affects only the base-system regression tests, of course.
* Check to see if make(1)'s handling of doubly-defined targets is busted orjmallett2002-04-211-0/+11
| | | | not. A lot relies on this.
* Add a test of variable evaluation and substitution for make(1), as a startjmallett2002-04-202-0/+21
of tests for it.
OpenPOWER on IntegriCloud