summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/link-dedup/Makefile
blob: 4e7ce0f02d4dcc0a1697432131854c720f87b667 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# ignore-msvc

-include ../tools.mk

all:
	$(RUSTC) depa.rs
	$(RUSTC) depb.rs
	$(RUSTC) depc.rs
	$(RUSTC) empty.rs --cfg bar 2>&1 | $(CGREP) '"-ltesta" "-ltestb" "-ltesta"'
	$(RUSTC) empty.rs 2>&1 | $(CGREP) '"-ltesta"'
	$(RUSTC) empty.rs 2>&1 | $(CGREP) -v '"-ltestb"'
	$(RUSTC) empty.rs 2>&1 | $(CGREP) -v '"-ltesta" "-ltesta"'