| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Migrate tools/regression/usr.bin/make/ to the new tests layout. | Julio Merino | 2014-03-19 | 9 | -47/+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 | 11 | -19/+15 |
| | | | | | | | | | | | | | | | | | | 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 to ensure that in compat mode when a line contains no | Hartmut Brandt | 2005-05-20 | 6 | -0/+51 |
| shell meta characters it is not passed to the shell, but the command is executed directly (given that the line is not a shell builtin) and that the line with a meta character is passed to the shell. Notes: svn path=/head/; revision=146452 | |||||
