diff options
Diffstat (limited to 'python/pymake/tests/windows-paths.mk')
-rw-r--r-- | python/pymake/tests/windows-paths.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/pymake/tests/windows-paths.mk b/python/pymake/tests/windows-paths.mk new file mode 100644 index 000000000..5f33a9050 --- /dev/null +++ b/python/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 |