summaryrefslogtreecommitdiffstats
path: root/build/pymake/tests/unterminated-dollar.mk
diff options
context:
space:
mode:
Diffstat (limited to 'build/pymake/tests/unterminated-dollar.mk')
-rw-r--r--build/pymake/tests/unterminated-dollar.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/pymake/tests/unterminated-dollar.mk b/build/pymake/tests/unterminated-dollar.mk
new file mode 100644
index 000000000..dee9a207b
--- /dev/null
+++ b/build/pymake/tests/unterminated-dollar.mk
@@ -0,0 +1,6 @@
+VAR = value$
+VAR2 = other
+
+all:
+ test "$(VAR)" = "value"
+ @echo TEST-PASS