summaryrefslogtreecommitdiff
path: root/usr.bin/make/unit-tests/Makefile
AgeCommit message (Expand)Author
2013-08-28Fix parsing of SUNSHCMD style :sh = assigments.sjg
2013-07-16Fix unit-tests to cope with recent change to prognamesjg
2013-03-22Add unit-test for export-env and gmake exportsjg
2012-11-09Add a unit-test for .ORDERsjg
2012-06-19Add unit-tests for .forsjg
2011-09-29Make sure .PHONY targets get .TARGET set.sjg
2011-04-07Add the :hash modifier to compute a 32bit hash of an variable.joerg
2011-03-06Add unit tests to check that exists(some/dir/) workssjg
2010-12-10fix stylesjg
2010-12-10Need to export LC_ALL=C toosjg
2010-04-22Force LANG=C to ensure sort(1) behaves as expectedsjg
2010-04-22PR: 42850sjg
2010-04-08Process .ERROR the same as .BEGIN, .END etcsjg
2009-11-19Add .unexport - the exact opposite of .exportsjg
2009-10-07The parser used to break dependency lines at ';' without regardsjg
2008-10-25Use ${TOOL_SED} instead if plain sed in Makefiles.apb
2008-03-31If the name passed to Var_Exists contains '$' run it through Var_Subst.sjg
2007-10-05Add the ability to .export variables to the environment.sjg
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-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-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-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