summary refs log tree commit diff
path: root/src/test/run-make/error-found-staticlib-instead-crate/Makefile
blob: 46be2385636952ef58cff581a3ef23a08286cae3 (plain)
1
2
3
4
5
-include ../tools.mk

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