summary refs log tree commit diff
path: root/src/test/run-make/c-static-dylib/Makefile
blob: 6b047846cfdeb1f5a9e7b11ef3799de4cc99b112 (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)
	$(call REMOVE_DYLIBS,foo)
	$(call FAIL,bar)