summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/windows-spawn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-make-fulldeps/windows-spawn/Makefile')
-rw-r--r--src/test/run-make-fulldeps/windows-spawn/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/test/run-make-fulldeps/windows-spawn/Makefile b/src/test/run-make-fulldeps/windows-spawn/Makefile
new file mode 100644
index 000000000..c09ce8109
--- /dev/null
+++ b/src/test/run-make-fulldeps/windows-spawn/Makefile
@@ -0,0 +1,8 @@
+-include ../tools.mk
+
+# only-windows
+
+all:
+ $(RUSTC) -o "$(TMPDIR)/hopefullydoesntexist bar.exe" hello.rs
+ $(RUSTC) spawn.rs
+ $(TMPDIR)/spawn.exe