summaryrefslogtreecommitdiff
path: root/usr.bin/make/unit-tests/opt-env.exp
AgeCommit message (Collapse)Author
2022-09-25tests/make: fix test for option '-e' (broken since 2022-01-23)rillig
2022-03-26make: clean up commentsrillig
2022-01-23tests/make: extend test suite, move old tests to 2020 schemerillig
The tests from envfirst.mk are now in opt-env.mk. The tests from modword.mk are now in varmod-select-words.mk.
2020-08-16make(1): add dummies for fine-grained tests, one per single featurerillig
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.