rust/src/test/run-make-fulldeps/rustdoc-error-lines/Makefile

9 lines
230 B
Makefile
Raw Normal View History

2018-01-09 23:04:14 -06:00
-include ../tools.mk
# Test that hir-tree output doens't crash and includes
# the string constant we would expect to see.
all:
$(RUSTDOC) --test input.rs > $(TMPDIR)/output || true
$(CGREP) 'input.rs:17:15' < $(TMPDIR)/output