summary refs log tree commit diff
path: root/src/test/run-make/rustdoc-error-lines/Makefile
blob: 0019e5ee7943b8c3d7f1256c88bf536331a64bfd (plain)
1
2
3
4
5
6
7
8
-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