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

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