summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/static-extern-type/Makefile
blob: 5879fc0ce7781a2f109cea88da1c65d463e69be2 (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