summaryrefslogtreecommitdiffstats
path: root/tests/run-make-fulldeps/extern-fn-with-union/Makefile
blob: 40bae923e30b91c8a3960607da79ab08a7cc169b (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