rust/src/test/run-make/issue-22131/Makefile

8 lines
206 B
Makefile
Raw Normal View History

-include ../tools.mk
all: foo.rs
$(RUSTC) --cfg 'feature="bar"' --crate-type lib foo.rs
2015-02-10 13:05:20 -06:00
$(HOST_RPATH_ENV) $(RUSTDOC) --test --cfg 'feature="bar"' \
-L $(TMPDIR) foo.rs |\
2016-01-21 10:30:22 -06:00
grep -q 'test foo_0 ... ok'