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
|
|
|
|
$(CGREP) 'input.rs:17:15' < $(TMPDIR)/output
|