NetBSD/usr.bin/make/unit-tests/varmod-to-separator.exp
rillig 7a2f02b40d make(1): move some of the :ts tests into a separate file
The successful cases can be easily tested in the .if conditions.  Around
these conditions, there is enough space for explaining the test cases
and their purpose.

The failure cases have been left in the file for now since they still
produce unwanted characters in the output.  These characters are not
produced when the parse error occurs in a conditional.
2020-08-31 19:58:21 +00:00

10 lines
476 B
Plaintext

make: Bad modifier `:tx' for WORDS
make: "varmod-to-separator.mk" line 104: Malformed conditional (${WORDS:tx} != "anything")
make: "varmod-to-separator.mk" line 108: Parsing continues here.
make: Bad modifier `:t\X' for WORDS
make: "varmod-to-separator.mk" line 112: Malformed conditional (${WORDS:t\X} != "anything")
make: "varmod-to-separator.mk" line 115: Parsing continues here.
make: Fatal errors encountered -- cannot continue
make: stopped in unit-tests
exit status 1