summaryrefslogtreecommitdiff
path: root/tools/regression/usr.bin/make
AgeCommit message (Expand)Author
2014-03-19Migrate tools/regression/usr.bin/make/ to the new tests layout.Julio Merino
2014-03-12Only run the make tests when make is fmake.Julio Merino
2012-07-05Remove the "funny targets" make check. We no longer need embedded :: targetsDavid E. O'Brien
2012-06-20Provide a mechanism to not clear out the work and output dirs whenDavid E. O'Brien
2012-06-12Add a test for the :tl & :tu modifiers.David E. O'Brien
2012-05-31Add regression test for '-V' command line option (requires r236346).David E. O'Brien
2012-05-30make it easier to test newly-built make.David E. O'Brien
2012-02-12Include target names in diagnostic output.Max Khon
2011-12-30Spelling fixes for tools/Ulrich Spörlein
2011-12-15Fix last-minute typo.Max Khon
2011-12-15Add job error output test.Max Khon
2011-11-30Add three execution tests for make(1):Max Khon
2010-06-04o The typo was intended as it stated in the comment. Revert last.Maxim Konovalov
2010-06-04o Fix typo: .uudef -> .undef.Maxim Konovalov
2010-01-04Add ability to search up the directory hierarchy for the system directory.David E. O'Brien
2010-01-04Regression test for r201456.David E. O'Brien
2005-10-18Add first tests for semicolon handling. The first test fails. This isHartmut Brandt
2005-10-18Add more tests for escaped newline handling and fix a test that currentlyHartmut Brandt
2005-06-01Add a test for escaped newline handling.Hartmut Brandt
2005-06-01Add support for TODO tests. These are tests that are supposed to fail,Hartmut Brandt
2005-05-31Change the test infrastructure so that tests are easier to maintain andHartmut Brandt
2005-05-20Add a test to check whether in compat mode make detectes builtinsHartmut Brandt
2005-05-20Add a test to ensure that in compat mode when a line contains noHartmut Brandt
2005-05-20Add a test that test whether we can replace the shell to use byHartmut Brandt
2005-05-19Some test cases for .SHELL target: builtin shell selection andHartmut Brandt
2005-04-28Add an initial regression test suite for make(1).Hartmut Brandt
2005-03-02Repo-copy tools/regression/usr.bin/make to tools/build/make_checkHartmut Brandt
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