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

9 lines
229 B
Makefile
Raw Normal View History

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