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

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