summaryrefslogtreecommitdiffstats
path: root/build/pymake/tests/includedeps-stripdotslash.mk
diff options
context:
space:
mode:
Diffstat (limited to 'build/pymake/tests/includedeps-stripdotslash.mk')
-rw-r--r--build/pymake/tests/includedeps-stripdotslash.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/build/pymake/tests/includedeps-stripdotslash.mk b/build/pymake/tests/includedeps-stripdotslash.mk
new file mode 100644
index 000000000..ee942e6db
--- /dev/null
+++ b/build/pymake/tests/includedeps-stripdotslash.mk
@@ -0,0 +1,8 @@
+#T gmake skip
+
+test:
+ @echo $<
+
+includedeps $(TESTPATH)/includedeps-stripdotslash.deps
+
+TEST-PASS: