rust/tests/run-make-fulldeps/stdin-non-utf8/Makefile
2023-01-11 09:32:08 +00:00

7 lines
188 B
Makefile

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"