| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
on the command line and really executes the shell instead of directly
executing the command.
Notes:
svn path=/head/; revision=146454
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
make with another shell and set all its parameters (meta and builtins
not tested here).
Notes:
svn path=/head/; revision=146449
|
|
|
changing the path of a builtin shell.
Notes:
svn path=/head/; revision=146381
|