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

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