diff options
Diffstat (limited to '')
-rw-r--r-- | src/test/run-make-fulldeps/windows-spawn/Makefile | 8 |
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 |