summaryrefslogtreecommitdiffstats
path: root/tests/run-make/extern-fn-with-union/Makefile
blob: e6c8c9936791b86a00f883b5e56d33403eb64e04 (plain)
1
2
3
4
5
6
7
# ignore-cross-compile
include ../tools.mk

all: $(call NATIVE_STATICLIB,ctest)
	$(RUSTC) testcrate.rs
	$(RUSTC) test.rs
	$(call RUN,test) || exit 1