Commit Graph

5 Commits

Author SHA1 Message Date
sjg 7e10b2067b make: ensure '.include <makefile>' respects MAKESYSPATH
Since Dir_FindFile is used by '.include' and its variants,
and will first search .CURDIR unless the give path starts with
".DOTLAST".

Update unit-tests/opt-m-include-dir to test this.
2024-04-30 16:13:33 +00:00
rillig 6f8bfeb0a6 make(1): add test for the -m option, the special .../ path 2020-09-01 20:14:34 +00:00
rillig 95110f95c2 make(1): add test for -m option with special argument .../ 2020-09-01 19:17:58 +00:00
rillig adba330b30 make(1): describe the purpose of each newly added unit test dummy 2020-08-16 14:25:16 +00:00
rillig d126d9d551 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.
2020-08-16 12:07:50 +00:00