summary refs log tree commit diff
path: root/src/test/run-make/c-static-dylib/Makefile
blob: 9914e12d5696e6561c108ef3794562bfaa589ff1 (plain)
1
2
3
4
5
6
7
8
9
-include ../tools.mk

all: $(call STATICLIB,cfoo)
	$(RUSTC) foo.rs -C prefer-dynamic
	$(RUSTC) bar.rs
	rm $(TMPDIR)/$(call STATICLIB_GLOB,cfoo)
	$(call RUN,bar)
	$(call REMOVE_DYLIBS,foo)
	$(call FAIL,bar)