Commit Graph

7 Commits

Author SHA1 Message Date
rillig
a1af58d13b make(1): error out on .else with extraneous text 2020-12-14 22:17:11 +00:00
rillig
ecb0e97ca6 make(1): in lint mode, check for ".else <cond>" 2020-11-13 09:01:59 +00:00
rillig
eb5fad2de4 make(1): add more tests for parsing .else with argument 2020-11-13 08:35:34 +00:00
rillig
820554498e make(1): indent directives like .info, .if, .for consistently
Done by "pkglint -F *.mk", no manual corrections.
2020-10-24 08:46:08 +00:00
rillig
a02fdff94e make(1): add tests for .else and .for + .endif 2020-08-29 18:50:25 +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