summaryrefslogtreecommitdiff
path: root/python/pymake/tests/includedeps-variables.mk
diff options
context:
space:
mode:
Diffstat (limited to 'python/pymake/tests/includedeps-variables.mk')
-rw-r--r--python/pymake/tests/includedeps-variables.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/python/pymake/tests/includedeps-variables.mk b/python/pymake/tests/includedeps-variables.mk
new file mode 100644
index 000000000..314618da4
--- /dev/null
+++ b/python/pymake/tests/includedeps-variables.mk
@@ -0,0 +1,10 @@
+#T gmake skip
+
+FILE = includedeps-variables
+
+all: $(FILE)1
+
+includedeps $(TESTPATH)/includedeps-variables.deps
+
+filemissing:
+ @echo TEST-PASS