summaryrefslogtreecommitdiff
path: root/usr.bin/make/unit-tests/depsrc-meta.mk
AgeCommit message (Collapse)Author
2022-03-02Add nofilemon to meta mode testssjg
The unit-tests for meta mode do not depend on filemon. Adding nofilemon to .MAKE.MODE allows these to pass on a system that would use filemon_dev but does not have the module loaded.
2022-01-26tests/make: test meta mode in jobs moderillig
2022-01-26tests/make: remove unnecessary conditional processing for meta testrillig
The .if/.else distracted from the main topic of the test and made it too hard to see the main targets.
2020-11-27make(1): clean up after a successful .META testrillig
2020-11-27make(1): add very basic test about meta moderillig
This test is just meant to cover the existing code, it still needs to be cleaned up to serve as a tutorial and to highlight the really interesting points.
2020-08-16make(1): describe the purpose of each newly added unit test dummyrillig
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.