summaryrefslogtreecommitdiff
path: root/usr.bin/make/unit-tests
AgeCommit message (Expand)Author
2006-05-11Remove the modterm case from moderrs, the syntax errorssjg
2006-05-11Extract the variable modifier logic to a separate function.sjg
2006-02-26Make ".WAIT" apply recursively to all children of nodes on the rightapb
2006-02-26Fix typo.wiz
2006-02-26Using ./bin in the test case, causes problems when 'make test' issjg
2006-02-26Update man page and add test case for specifying modifiers via variable.sjg
2006-02-13Escape dots in sed regexps. Without this patch, and withoutapb
2005-07-11Expected results were not updated for comment testing.sjg
2005-06-18Add a new test case to reflect the problem found on PR toolchain/30536.rpaulo
2005-06-15Add a unit-test for comments.rpaulo
2005-06-01Add :Ox for random ordering, based on patch fromsjg
2004-06-30Add missing NetBSD ID tagsjmc
2004-05-07Remove use of sh -e when running in compat mode.sjg
2004-04-13Allow "string" and "${varspec}" on lhs of conditionals.sjg
2004-04-08Revised patch for catching extraneous .else'ssjg
2004-04-08Add check for extraneous .else's - based on patch from Arne H. Juulsjg
2004-02-20Fix :M so that modifiers in nested variables don't terminate parsingsjg
2004-01-19ternary is .PHONYsjg
2004-01-09Add unit test for ternary modifiersjg
2003-09-27Implement :[] modifier to allow picking a range of words out of a variable.sjg
2003-08-08Hook make unit-tests into regresssjg
2003-08-01Avoid \a as a test of invalid separator, since if we make ksh the defaultsjg
2003-07-31Test behavior of commandline variable assignments.sjg
2003-07-29First bug picked up by the unit tests - delim wasn't always initialized.sjg
2003-07-29Use single quotes to protect everything from shell's that mightsjg
2003-07-29Regardless of the name of TEST_MAKE, force it to make in test.expsjg
2003-07-28Fix parsing bug for :ts - patch from Alan Barrett <apb@cequrux.com>sjg