summary refs log tree commit diff
path: root/src/test/run-make-fulldeps/invalid-library/Makefile
blob: c75713c3ee53d1798915a4abfd36c4144a0669ec (plain)
1
2
3
4
5
6
-include ../tools.mk

all:
	touch $(TMPDIR)/lib.rmeta
	$(AR) crus $(TMPDIR)/libfoo-ffffffff-1.0.rlib $(TMPDIR)/lib.rmeta
	$(RUSTC) foo.rs 2>&1 | $(CGREP) "can't find crate for"