diff options
Diffstat (limited to 'build/pymake/tests/includedeps-stripdotslash.mk')
-rw-r--r-- | build/pymake/tests/includedeps-stripdotslash.mk | 8 |
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: |