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

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