summaryrefslogtreecommitdiffstats
path: root/tests/run-make/pretty-print-to-file/Makefile
blob: ca11b8c47f06f341cc32f2f0345ada75121a6857 (plain)
1
2
3
4
5
include ../tools.mk

all:
	$(RUSTC) -o $(TMPDIR)/input.out -Zunpretty=normal input.rs
	diff -u $(TMPDIR)/input.out input.pp