Commit Graph

6 Commits

Author SHA1 Message Date
rillig 518dc17b32 tests/make: test more modifiers and special variables 2024-06-01 18:44:05 +00:00
rillig 1f862ca022 tests/make: extend tests for modifier ':H' 2022-07-10 21:11:49 +00:00
rillig 26a72fc416 make(1): add tests for variable modifiers on trailing slashes 2020-12-20 22:57:40 +00:00
rillig 81e2228996 make(1): move tests for :H :E :R :T into separate files 2020-08-23 15:09:15 +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