]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/output-filename-conflicts-with-directory/Makefile
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
[rust.git] / src / test / run-make-fulldeps / output-filename-conflicts-with-directory / Makefile
1 include ../tools.mk
2
3 all:
4         cp foo.rs $(TMPDIR)/foo.rs
5         mkdir $(TMPDIR)/foo
6         $(RUSTC) $(TMPDIR)/foo.rs -o $(TMPDIR)/foo 2>&1 \
7                 | $(CGREP) -e "the generated executable for the input file \".*foo\.rs\" conflicts with the existing directory \".*foo\""