summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/linkage-attr-on-static/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-make-fulldeps/linkage-attr-on-static/Makefile')
-rw-r--r--src/test/run-make-fulldeps/linkage-attr-on-static/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/run-make-fulldeps/linkage-attr-on-static/Makefile b/src/test/run-make-fulldeps/linkage-attr-on-static/Makefile
new file mode 100644
index 000000000..4befbe144
--- /dev/null
+++ b/src/test/run-make-fulldeps/linkage-attr-on-static/Makefile
@@ -0,0 +1,5 @@
+-include ../tools.mk
+
+all: $(call NATIVE_STATICLIB,foo)
+ $(RUSTC) bar.rs
+ $(call RUN,bar) || exit 1