summaryrefslogtreecommitdiff
path: root/unit-tests/var-op-default.mk
diff options
context:
space:
mode:
Diffstat (limited to 'unit-tests/var-op-default.mk')
-rw-r--r--unit-tests/var-op-default.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/unit-tests/var-op-default.mk b/unit-tests/var-op-default.mk
new file mode 100644
index 0000000000000..afb0c55f827ce
--- /dev/null
+++ b/unit-tests/var-op-default.mk
@@ -0,0 +1,9 @@
+# $NetBSD: var-op-default.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
+#
+# Tests for the ?= variable assignment operator, which only assigns
+# if the variable is still undefined.
+
+# TODO: Implementation
+
+all:
+ @:;