summaryrefslogtreecommitdiffstats
path: root/tests/run-make/c-unwind-abi-catch-panic/Makefile
blob: 4398ac2ee24c43dac9102c5b0997b70bd323a0da (plain)
1
2
3
4
5
6
# ignore-cross-compile
include ../tools.mk

all: $(call NATIVE_STATICLIB,add)
	$(RUSTC) main.rs
	$(call RUN,main) || exit 1