summaryrefslogtreecommitdiff
path: root/regress/usr.bin/make
AgeCommit message (Collapse)Author
2009-11-11Regress for skipping evaluation of else-type conditional if previousFederico G. Schwindt
corresponding one evaluted to true. espie@ ok.
2008-11-24new regress test, bug from NetBSDMarc Espie
2007-09-17Add a test for .BEGIN/.END keywordsMarc Espie
2007-08-06Add a regress test for -lthing dependencies. As bizarre as it may seem,Marc Espie
gmake does the same thing, and it's infrequently used in some ports.
2007-08-05check curly targets work. No need to look at the output. If curly targets don'tMarc Espie
expand correctly, the Makefile will fail. If it works, then it's okay.
2007-08-02update output to match recent make changes; ok espie@David Krause
2006-09-17fix badly named regress, and add suffixes rules.Marc Espie
2005-07-15testcase for recent bug-report.Marc Espie
2004-11-29checking lazy evaluation of recursive variablesMarc Espie
2004-11-21subtle bug in for loop expansions,Marc Espie
reported by Florent Thoumie.
2002-09-09Some posix tests we don't pass yet, and won't until I've added a `magic'Marc Espie
status for variables (as SHELL is very, very special, according to POSIX/Single Unix).
2002-09-02Rename a bunch of the old bsd.regress.mk variables into the new ones.Anil Madhavapeddy
ok art@
2002-04-16and Makefile, oops.Marc Espie
2002-04-16Another test case: this one holds too many open conditionals, and exactly enoughMarc Espie
closes...
2002-04-16Bug in cond-parser, ends up having too many open conds.Marc Espie
2002-04-16Stumbled upon a very inefficient construct by mistake...Marc Espie
Enter it as a regression test, so it can get fixed.
2002-02-26Add test for PR 2311Marc Espie
2002-01-03Add some missing CLEANFILES.Artur Grabowski
2002-01-01convert to bsd.regress.mk. This allows us to have the testsArtur Grabowski
correctly sorted, now that one failing test doesn't keep the others from running.
2001-11-21make currently incorrectly uses annotations for suffixes rules forMarc Espie
non-suffixes rules.
2001-09-07Add one further testMarc Espie
2001-07-11Space strippingMarc Espie
2001-05-26Check curly braces expansion.Marc Espie
2001-05-15Fun with parsingMarc Espie
2001-05-15reorder tests. Test 7 fails. That's known.Marc Espie
Add VAR:sh=cmd check
2001-05-15niklas is an idiotMarc Espie
2001-05-14Got two questions about it already: yes, t7 fails, and will until the condMarc Espie
parser gets fixed.
2001-01-29$OpenBSD$Niklas Hallqvist
2000-12-31Some tests for SysV extended local variables ${@D} and the likes.Marc Espie
2000-11-24MALLOC_OPTIONS=AZJ by default.Marc Espie
2000-07-24Some variable substitutionsMarc Espie
2000-07-23Regression test, existing/non-existing files used as targets,Marc Espie
depending on .PHONY and such
2000-07-18Trip piss-poor conditional parser.Marc Espie
2000-07-18More for loops checks.Marc Espie
2000-07-18Real test for Posix compliance.Marc Espie
2000-07-17make regression tests.Marc Espie
Some of these we don't even pass, currently.