diff options
Diffstat (limited to 'tests/run-make-fulldeps/long-linker-command-lines-cmd-exe/Makefile')
-rw-r--r-- | tests/run-make-fulldeps/long-linker-command-lines-cmd-exe/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/run-make-fulldeps/long-linker-command-lines-cmd-exe/Makefile b/tests/run-make-fulldeps/long-linker-command-lines-cmd-exe/Makefile new file mode 100644 index 000000000..a38f4fe5d --- /dev/null +++ b/tests/run-make-fulldeps/long-linker-command-lines-cmd-exe/Makefile @@ -0,0 +1,6 @@ +include ../tools.mk + +all: + $(RUSTC) foo.rs -g + cp foo.bat $(TMPDIR)/ + OUT_DIR="$(TMPDIR)" RUSTC="$(RUSTC_ORIGINAL)" $(call RUN,foo) |