diff options
Diffstat (limited to 'unit-tests/cond-token-plain.mk')
-rw-r--r-- | unit-tests/cond-token-plain.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/unit-tests/cond-token-plain.mk b/unit-tests/cond-token-plain.mk new file mode 100644 index 0000000000000..fc13245382f1f --- /dev/null +++ b/unit-tests/cond-token-plain.mk @@ -0,0 +1,9 @@ +# $NetBSD: cond-token-plain.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $ +# +# Tests for plain tokens (that is, string literals without quotes) +# in .if conditions. + +# TODO: Implementation + +all: + @:; |