rust/tests/run-make-fulldeps/invalid-staticlib/Makefile
2023-01-11 09:32:08 +00:00

6 lines
149 B
Makefile

include ../tools.mk
all:
touch $(TMPDIR)/libfoo.a
echo | $(RUSTC) - --crate-type=rlib -lstatic=foo 2>&1 | $(CGREP) "failed to add native library"