summaryrefslogtreecommitdiffstats
path: root/tests/run-make-fulldeps/c-unwind-abi-catch-panic/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make-fulldeps/c-unwind-abi-catch-panic/Makefile')
-rw-r--r--tests/run-make-fulldeps/c-unwind-abi-catch-panic/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/run-make-fulldeps/c-unwind-abi-catch-panic/Makefile b/tests/run-make-fulldeps/c-unwind-abi-catch-panic/Makefile
new file mode 100644
index 000000000..e93ec99da
--- /dev/null
+++ b/tests/run-make-fulldeps/c-unwind-abi-catch-panic/Makefile
@@ -0,0 +1,5 @@
+include ../tools.mk
+
+all: $(call NATIVE_STATICLIB,add)
+ $(RUSTC) main.rs
+ $(call RUN,main) || exit 1