summaryrefslogtreecommitdiffstats
path: root/tests/run-make-fulldeps/static-extern-type/Makefile
blob: e9aa95e63a05f679cb6d702d598d7d1f227ede56 (plain)
1
2
3
4
5
include ../tools.mk

all: $(call NATIVE_STATICLIB,define-foo)
	$(RUSTC) -ldefine-foo use-foo.rs
	$(call RUN,use-foo) || exit 1