summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/extern-fn-with-union/Makefile
blob: 71a5407e882dd0e7a0b609a3c87f465044ed2862 (plain)
1
2
3
4
5
6
-include ../tools.mk

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