summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/hir-tree/Makefile
blob: 3412c8ce1f5820b3d5e7c9ecf6b230d300c9ef68 (plain)
1
2
3
4
5
6
7
8
-include ../tools.mk

# Test that hir-tree output doesn't crash and includes
# the string constant we would expect to see.

all:
	$(RUSTC) -o $(TMPDIR)/input.hir -Z unpretty=hir-tree input.rs
	$(CGREP) '"Hello, Rustaceans!\n"' < $(TMPDIR)/input.hir