summaryrefslogtreecommitdiffstats
path: root/tests/run-make/windows-binary-no-external-deps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/windows-binary-no-external-deps/Makefile')
-rw-r--r--tests/run-make/windows-binary-no-external-deps/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/run-make/windows-binary-no-external-deps/Makefile b/tests/run-make/windows-binary-no-external-deps/Makefile
new file mode 100644
index 000000000..8960020fe
--- /dev/null
+++ b/tests/run-make/windows-binary-no-external-deps/Makefile
@@ -0,0 +1,9 @@
+include ../tools.mk
+
+# only-windows
+
+PATH=$(SYSTEMROOT)/system32
+
+all:
+ $(RUSTC) hello.rs
+ $(TMPDIR)/hello.exe