rust/src/test/run-make/extern-diff-internal-name/Makefile

7 lines
155 B
Makefile
Raw Normal View History

2014-09-12 17:38:45 +02:00
-include ../tools.mk
all:
$(RUSTC) lib.rs
$(RUSTC) test.rs --extern foo=$(TMPDIR)/libbar.rlib 2>&1 | \
{ ! grep "using multiple versions of crate"; }