Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate tools/regression/usr.bin/make/ to the new tests layout. | Julio Merino | 2014-03-19 | 1 | -19/+0 |
| | | | | | | | | | | | | | | | | Note that these tests are for fmake, not bmake, and thus they are not installed nor run when bmake is selected (the default). Yes, I have wasted a *ton* of time on moving tests for no real reason other than ensuring they are not left behind. But maybe, just maybe, it was not work in vain: the majority of these tests also work with bmake and the few that don't may point at broken stuff. For example, the tests for the "archive" feature do not work with bmake, but bmake's manpage and source tree seem to imply that they should. So... to be investigated later; need to poke sjg@. Notes: svn path=/head/; revision=263346 | ||||
* | Change the test infrastructure so that tests are easier to maintain and | Hartmut Brandt | 2005-05-31 | 1 | -5/+11 |
| | | | | | | | | | | | | | | | | | so that make(1) will run in an almost clean environment and enhance the description of the test infrastructure. Add the ability to have multiple tests carried out per test script. Give some tests more meaningful names. Fix the usage message from the test scripts. Make it possible to pass several commands to the test scripts like: 'sh test.t setup run compare clean'. Notes: svn path=/head/; revision=146822 | ||||
* | Add a test that test whether we can replace the shell to use by | Hartmut Brandt | 2005-05-20 | 1 | -0/+13 |
make with another shell and set all its parameters (meta and builtins not tested here). Notes: svn path=/head/; revision=146449 |