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

all: $(call STATICLIB,cfoo)
	$(RUSTC) foo.rs
	$(RUSTC) bar.rs
	rm $(TMPDIR)/$(call STATICLIB_GLOB,cfoo)
	$(call RUN,bar)
	rm $(TMPDIR)/$(call DYLIB_GLOB,foo)
	$(call FAIL,bar)