summary refs log tree commit diff
path: root/src/test/run-make/issue-22131/Makefile
blob: 64af91b487b322f82e913337175eca6a3091de75 (plain)
1
2
3
4
5
6
7
-include ../tools.mk

all: foo.rs
	$(RUSTC) --cfg 'feature="bar"' --crate-type lib foo.rs
	$(HOST_RPATH_ENV) '$(RUSTDOC)' --test --cfg 'feature="bar"' \
		-L $(TMPDIR) foo.rs |\
		grep -q 'foo.rs - foo (line 11) ... ok'