summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/long-linker-command-lines/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-make-fulldeps/long-linker-command-lines/Makefile')
-rw-r--r--src/test/run-make-fulldeps/long-linker-command-lines/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/run-make-fulldeps/long-linker-command-lines/Makefile b/src/test/run-make-fulldeps/long-linker-command-lines/Makefile
new file mode 100644
index 000000000..5876fbc94
--- /dev/null
+++ b/src/test/run-make-fulldeps/long-linker-command-lines/Makefile
@@ -0,0 +1,5 @@
+-include ../tools.mk
+
+all:
+ $(RUSTC) foo.rs -g -O
+ RUSTC="$(RUSTC_ORIGINAL)" $(call RUN,foo)