Home | History | Annotate | Download | only in unit-tests
History log of /src/usr.bin/make/unit-tests/opt-chdir.mk
RevisionDateAuthorComments
 1.7  02-Apr-2024  rillig tests/make: remove test for overly long chdir argument

On Cygwin, the path '/././..././' is normalized before being passed to
the child 'make' process. Since overly long pathnames are not required
to be supported on all platforms, remove the test.
 1.6  18-May-2021  sjg Do not trust that /nonexistent does not exist

Use /nonexistent.${.MAKE.PID} to avoid failure when
/nonexistent actually exists.
 1.5  15-Nov-2020  sjg branches: 1.5.2;
Avoid problem with /usr/obj
 1.4  14-Nov-2020  rillig make(1): add tests for the command line option -C
 1.3  14-Nov-2020  rillig make(1): document since when the -C option is available
 1.2  16-Aug-2020  rillig make(1): describe the purpose of each newly added unit test dummy
 1.1  16-Aug-2020  rillig make(1): add dummies for fine-grained tests, one per single feature

The test names have been derived from the current manual page.

All these tests are dummies right now, and the code from the existing
tests will be moved into the new tests step by step.

This is done to prevent modmisc, escape, varmod-edge and varmisc from
growing without any bounds, and to reduce the side-effects of one test
to the others.
 1.5.2.1  31-May-2021  cjep sync with head

RSS XML Feed