summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/error-found-staticlib-instead-crate/Makefile
blob: fef12c4da67033b2466b3d86a9e96d5953a4be71 (plain)
1
2
3
4
5
-include ../tools.mk

all:
	$(RUSTC) foo.rs --crate-type staticlib
	$(RUSTC) bar.rs 2>&1 | $(CGREP) "found staticlib"