]> git.proxmox.com Git - rustc.git/blob - tests/run-make/error-writing-dependencies/Makefile
New upstream version 1.70.0+dfsg1
[rustc.git] / tests / run-make / error-writing-dependencies / Makefile
1 include ../tools.mk
2
3 all:
4 # Let's get a nice error message
5 $(BARE_RUSTC) foo.rs --emit dep-info --out-dir foo/bar/baz 2>&1 | \
6 $(CGREP) "error writing dependencies"
7 # Make sure the filename shows up
8 $(BARE_RUSTC) foo.rs --emit dep-info --out-dir foo/bar/baz 2>&1 | $(CGREP) "baz"