2015-02-09 22:42:31 -06:00
|
|
|
-include ../tools.mk
|
|
|
|
|
|
|
|
all: foo.rs
|
|
|
|
$(RUSTC) --cfg 'feature="bar"' --crate-type lib foo.rs
|
2016-04-14 17:51:03 -05:00
|
|
|
$(HOST_RPATH_ENV) '$(RUSTDOC)' --test --cfg 'feature="bar"' \
|
2015-02-10 13:05:20 -06:00
|
|
|
-L $(TMPDIR) foo.rs |\
|
2017-02-11 09:36:31 -06:00
|
|
|
grep -q 'foo.rs - foo (line 11) ... ok'
|