]> git.proxmox.com Git - rustc.git/blob - tests/run-make/error-writing-dependencies/Makefile
a5d30a647f81744f7a1f0389a3086b77249db4ce
[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"