rust/tests/run-make-fulldeps/error-found-staticlib-instead-crate/Makefile
2023-01-11 09:32:08 +00:00

6 lines
117 B
Makefile

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