summaryrefslogtreecommitdiff
path: root/python/pymake/tests/parentheses.mk
diff options
context:
space:
mode:
Diffstat (limited to 'python/pymake/tests/parentheses.mk')
-rw-r--r--python/pymake/tests/parentheses.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/pymake/tests/parentheses.mk b/python/pymake/tests/parentheses.mk
new file mode 100644
index 000000000..f207234ff
--- /dev/null
+++ b/python/pymake/tests/parentheses.mk
@@ -0,0 +1,2 @@
+all:
+ @(echo TEST-PASS)