summaryrefslogtreecommitdiff
path: root/tools/regression/usr.bin/make/basic
AgeCommit message (Collapse)Author
2014-03-19Migrate tools/regression/usr.bin/make/ to the new tests layout.Julio Merino
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
2005-05-31Change the test infrastructure so that tests are easier to maintain andHartmut Brandt
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
2005-04-28Add an initial regression test suite for make(1).Hartmut Brandt
Submitted by: Max Okumoto <okumotu@ucsd.edu> (partly, initial version) Notes: svn path=/head/; revision=145620