| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs | cvs2svn | 2008-02-24 | 46 | -46/+46 |
| * | Add first tests for semicolon handling. The first test fails. This is | Hartmut Brandt | 2005-10-18 | 8 | -0/+47 |
| * | Add more tests for escaped newline handling and fix a test that currently | Hartmut Brandt | 2005-10-18 | 14 | -8/+48 |
| * | Add a test for escaped newline handling. | Hartmut Brandt | 2005-06-01 | 8 | -0/+45 |
| * | Add support for TODO tests. These are tests that are supposed to fail, | Hartmut Brandt | 2005-06-01 | 2 | -23/+43 |
| * | Change the test infrastructure so that tests are easier to maintain and | Hartmut Brandt | 2005-05-31 | 192 | -623/+910 |
| * | Add a test to check whether in compat mode make detectes builtins | Hartmut Brandt | 2005-05-20 | 6 | -0/+51 |
| * | Add a test to ensure that in compat mode when a line contains no | Hartmut Brandt | 2005-05-20 | 6 | -0/+51 |
| * | Add a test that test whether we can replace the shell to use by | Hartmut Brandt | 2005-05-20 | 6 | -0/+54 |
| * | Some test cases for .SHELL target: builtin shell selection and | Hartmut Brandt | 2005-05-19 | 17 | -0/+179 |
| * | Add an initial regression test suite for make(1). | Hartmut Brandt | 2005-04-28 | 65 | -0/+958 |
| * | Repo-copy tools/regression/usr.bin/make to tools/build/make_check | Hartmut Brandt | 2005-03-02 | 7 | -322/+0 |
| * | Fix builds with a read-only directory and a make upgrade. This is done | Hartmut Brandt | 2004-12-07 | 1 | -6/+4 |
| * | Make this work under debugging, e.g., "make -dl". | Ruslan Ermilov | 2004-12-06 | 1 | -1/+1 |
| * | Make the tests runnable on a read-only src. To do this you must make sure | Hartmut Brandt | 2004-12-02 | 2 | -49/+63 |
| * | Chmod the shell testscript to be executable if it isn't already. According | Hartmut Brandt | 2004-11-30 | 1 | -0/+1 |
| * | Add some regression tests for the .SHELL target. I'm not sure that the | Hartmut Brandt | 2004-11-25 | 4 | -1/+65 |
| * | Switch over to a different, more flexible test output protocol that's | Nik Clayton | 2004-11-11 | 2 | -29/+21 |
| * | Add a regression test for the alternate shell specification. | Ruslan Ermilov | 2004-10-23 | 1 | -0/+10 |
| * | Now that make more correctly handles variable assignments | Hartmut Brandt | 2004-08-12 | 1 | -3/+1 |
| * | Back out something I'm working on that crept in with the last commit. | Hartmut Brandt | 2004-08-05 | 1 | -1/+3 |
| * | Remove extra spaces. Remove double quotes around error messages - | Hartmut Brandt | 2004-08-05 | 1 | -13/+11 |
| * | Add another test that checks for a working '+' command flag. | Hartmut Brandt | 2004-08-05 | 1 | -0/+19 |
| * | Add a regression test for the passing of command line | Hartmut Brandt | 2004-08-04 | 1 | -0/+87 |
| * | Add a test for what was broken in rev. 1.28 and fixed in rev. 1.29 | Ruslan Ermilov | 2004-01-30 | 1 | -0/+8 |
| * | Add a test for what was fixed in revs. 1.28 and 1.29 of make/str.c. | Ruslan Ermilov | 2004-01-29 | 1 | -0/+11 |
| * | Fix a bug that prevented exists() from finding "foo/", "foo/." | Ruslan Ermilov | 2003-10-02 | 1 | -0/+11 |
| * | Fixed broken arithmetic expression parser. | Ruslan Ermilov | 2003-07-04 | 1 | -0/+12 |
| * | The regression-tests for 'make' *expect* to trigger make's warning: | Garance A Drosehn | 2003-02-10 | 1 | -1/+1 |
| * | Add a test for what was fixed in revisions 1.39 and 1.50 of | Ruslan Ermilov | 2002-11-28 | 1 | -0/+9 |
| * | Moved make(1) regression tests from src/Makefile to where they | Ruslan Ermilov | 2002-11-28 | 1 | -1/+25 |
| * | Hide the test in <target> under '.if make(<target>)' so as to not get any | Juli Mallett | 2002-10-25 | 1 | -0/+4 |
| * | As of revision 1.38 of make/parse.c, our make(1) will warn too. Note that | Juli Mallett | 2002-07-28 | 1 | -2/+3 |
| * | Grrr, make the test for embedded variables in the left-hand-side actually do | Juli Mallett | 2002-06-20 | 1 | -2/+2 |
| * | Add a test for what was fixed in revision 1.27 and 1.28 of make(1)'s var.c, | Juli Mallett | 2002-06-19 | 1 | -0/+17 |
| * | Add a regression test for bin/5297, regarding sysv substitution with a nil | Juli Mallett | 2002-05-05 | 2 | -0/+10 |
| * | Prefix tests with PASS and FAIL, to make grepping easier, and note this in | Juli Mallett | 2002-04-27 | 1 | -3/+3 |
| * | Check to see if make(1)'s handling of doubly-defined targets is busted or | Juli Mallett | 2002-04-21 | 1 | -0/+11 |
| * | Add a test of variable evaluation and substitution for make(1), as a start | Juli Mallett | 2002-04-20 | 2 | -0/+21 |