about summary refs log tree commit diff
path: root/src/test/run-make/extern-diff-internal-name/Makefile
blob: 3787b879c1ff67158924fe7a9bc0b773bcc9dcfe (plain)
1
2
3
4
5
6
-include ../tools.mk

all:
	$(RUSTC) lib.rs
	$(RUSTC) test.rs --extern foo=$(TMPDIR)/libbar.rlib 2>&1 | \
		{ ! grep "using multiple versions of crate"; }