]> git.proxmox.com Git - rustc.git/blob - tests/run-make/hir-tree/Makefile
New upstream version 1.70.0+dfsg1
[rustc.git] / tests / run-make / hir-tree / Makefile
1 include ../tools.mk
2
3 # Test that hir-tree output doesn't crash and includes
4 # the string constant we would expect to see.
5
6 all:
7 $(RUSTC) -o $(TMPDIR)/input.hir -Z unpretty=hir-tree input.rs
8 $(CGREP) '"Hello, Rustaceans!\n"' < $(TMPDIR)/input.hir