]> git.proxmox.com Git - rustc.git/blobdiff - tests/run-make/long-linker-command-lines-cmd-exe/Makefile
New upstream version 1.70.0+dfsg1
[rustc.git] / tests / run-make / long-linker-command-lines-cmd-exe / Makefile
diff --git a/tests/run-make/long-linker-command-lines-cmd-exe/Makefile b/tests/run-make/long-linker-command-lines-cmd-exe/Makefile
new file mode 100644 (file)
index 0000000..e43aab7
--- /dev/null
@@ -0,0 +1,7 @@
+# ignore-cross-compile
+include ../tools.mk
+
+all:
+       $(RUSTC) foo.rs -g
+       cp foo.bat $(TMPDIR)/
+       OUT_DIR="$(TMPDIR)" RUSTC="$(RUSTC_ORIGINAL)" $(call RUN,foo)