]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/error-writing-dependencies/Makefile
Rollup merge of #100157 - rust-lang:notriddle/use-map-instead-of-repeated-push, r...
[rust.git] / src / test / run-make-fulldeps / 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"