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

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