summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/stdin-non-utf8/Makefile
blob: 709d4cf140895fc9aaf1be033f24caae977432d5 (plain)
1
2
3
4
5
6
include ../tools.mk

all:
	cp non-utf8 $(TMPDIR)/non-utf.rs
	cat $(TMPDIR)/non-utf.rs | $(RUSTC) - 2>&1 \
		| $(CGREP) "error: couldn't read from stdin, as it did not contain valid UTF-8"