summaryrefslogtreecommitdiffstats
path: root/tests/run-make/CURRENT_RUSTC_VERSION/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/CURRENT_RUSTC_VERSION/Makefile')
-rw-r--r--tests/run-make/CURRENT_RUSTC_VERSION/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/run-make/CURRENT_RUSTC_VERSION/Makefile b/tests/run-make/CURRENT_RUSTC_VERSION/Makefile
new file mode 100644
index 000000000..7940dae20
--- /dev/null
+++ b/tests/run-make/CURRENT_RUSTC_VERSION/Makefile
@@ -0,0 +1,6 @@
+include ../tools.mk
+
+all:
+ $(RUSTC) --emit=metadata --crate-type lib stable.rs
+ $(RUSTC) --emit=metadata --extern stable=$(TMPDIR)/libstable.rmeta main.rs 2>&1 >/dev/null \
+ | $(CGREP) -e "stable since $$(cat $(S)/src/version)(-[a-zA-Z]+)?"