summaryrefslogtreecommitdiff
path: root/tools/build/make_check
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-01-03make_check: Deobit fmake supportWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2014-08-20Don't stop other legs of a parallel build due to a failure in make_check.Ian Lepore
2013-01-08Following r226271, allow disabling lzma support with "WITHOUT_LZMA_SUPPORT".David E. O'Brien
2012-10-06Add support for bmake. This includes:Marcel Moolenaar
2012-07-05Remove the "funny targets" make check. We no longer need embedded :: targetsDavid E. O'Brien
2012-05-30make it easier to check newly-built makeDavid E. O'Brien
2011-05-25+ Tighten up (and simplify) the pass_cmd_vars_1 "variable definition arrivedDavid E. O'Brien
2007-10-01The shell_1_sh test was failing with "make -jX".Ruslan Ermilov
2004-12-07Fix builds with a read-only directory and a make upgrade. This is doneHartmut Brandt
2004-12-06Make this work under debugging, e.g., "make -dl".Ruslan Ermilov
2004-12-02Make the tests runnable on a read-only src. To do this you must make sureHartmut Brandt
2004-11-30Chmod the shell testscript to be executable if it isn't already. AccordingHartmut Brandt
2004-11-25Add some regression tests for the .SHELL target. I'm not sure that theHartmut Brandt
2004-11-11Switch over to a different, more flexible test output protocol that'sNik Clayton
2004-10-23Add a regression test for the alternate shell specification.Ruslan Ermilov
2004-08-12Now that make more correctly handles variable assignmentsHartmut Brandt
2004-08-05Back out something I'm working on that crept in with the last commit.Hartmut Brandt
2004-08-05Remove extra spaces. Remove double quotes around error messages -Hartmut Brandt
2004-08-05Add another test that checks for a working '+' command flag.Hartmut Brandt
2004-08-04Add a regression test for the passing of command lineHartmut Brandt
2004-01-30Add a test for what was broken in rev. 1.28 and fixed in rev. 1.29Ruslan Ermilov
2004-01-29Add a test for what was fixed in revs. 1.28 and 1.29 of make/str.c.Ruslan Ermilov
2003-10-02Fix a bug that prevented exists() from finding "foo/", "foo/."Ruslan Ermilov
2003-07-04Fixed broken arithmetic expression parser.Ruslan Ermilov
2003-02-10The regression-tests for 'make' *expect* to trigger make's warning:Garance A Drosehn
2002-11-28Add a test for what was fixed in revisions 1.39 and 1.50 ofRuslan Ermilov
2002-11-28Moved make(1) regression tests from src/Makefile to where theyRuslan Ermilov
2002-10-25Hide the test in <target> under '.if make(<target>)' so as to not get anyJuli Mallett
2002-07-28As of revision 1.38 of make/parse.c, our make(1) will warn too. Note thatJuli Mallett
2002-06-20Grrr, make the test for embedded variables in the left-hand-side actually doJuli Mallett
2002-06-19Add a test for what was fixed in revision 1.27 and 1.28 of make(1)'s var.c,Juli Mallett
2002-05-05Add a regression test for bin/5297, regarding sysv substitution with a nilJuli Mallett
2002-04-27Prefix tests with PASS and FAIL, to make grepping easier, and note this inJuli Mallett
2002-04-21Check to see if make(1)'s handling of doubly-defined targets is busted orJuli Mallett
2002-04-20Add a test of variable evaluation and substitution for make(1), as a startJuli Mallett