summaryrefslogtreecommitdiffstats
path: root/build/pymake/tests/windows-paths.mk
diff options
context:
space:
mode:
Diffstat (limited to 'build/pymake/tests/windows-paths.mk')
-rw-r--r--build/pymake/tests/windows-paths.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/pymake/tests/windows-paths.mk b/build/pymake/tests/windows-paths.mk
new file mode 100644
index 000000000..5f33a9050
--- /dev/null
+++ b/build/pymake/tests/windows-paths.mk
@@ -0,0 +1,5 @@
+all:
+ touch file.in
+ printf "%s: %s\n\ttrue" '$(CURDIR)/file.out' '$(CURDIR)/file.in' >test.mk
+ $(MAKE) -f test.mk $(CURDIR)/file.out
+ @echo TEST-PASS