summaryrefslogtreecommitdiffstats
path: root/tests/run-make-fulldeps/extern-fn-with-extern-types/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make-fulldeps/extern-fn-with-extern-types/Makefile')
-rw-r--r--tests/run-make-fulldeps/extern-fn-with-extern-types/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/run-make-fulldeps/extern-fn-with-extern-types/Makefile b/tests/run-make-fulldeps/extern-fn-with-extern-types/Makefile
new file mode 100644
index 000000000..1fa708950
--- /dev/null
+++ b/tests/run-make-fulldeps/extern-fn-with-extern-types/Makefile
@@ -0,0 +1,5 @@
+include ../tools.mk
+
+all: $(call NATIVE_STATICLIB,ctest)
+ $(RUSTC) test.rs
+ $(call RUN,test) || exit 1