diff options
Diffstat (limited to 'unit-tests/cond-func-make.mk')
-rw-r--r-- | unit-tests/cond-func-make.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/unit-tests/cond-func-make.mk b/unit-tests/cond-func-make.mk new file mode 100644 index 000000000000..baa0d37da726 --- /dev/null +++ b/unit-tests/cond-func-make.mk @@ -0,0 +1,8 @@ +# $NetBSD: cond-func-make.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $ +# +# Tests for the make() function in .if conditions. + +# TODO: Implementation + +all: + @:; |