summaryrefslogtreecommitdiff
path: root/tools/regression/usr.bin/make/shell/replace/test.t
Commit message (Collapse)AuthorAgeFilesLines
* Migrate tools/regression/usr.bin/make/ to the new tests layout.Julio Merino2014-03-191-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 andHartmut Brandt2005-05-311-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 byHartmut Brandt2005-05-201-0/+13
make with another shell and set all its parameters (meta and builtins not tested here). Notes: svn path=/head/; revision=146449