]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/no-intermediate-extras/Makefile
Merge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9' into clippyup
[rust.git] / tests / run-make-fulldeps / no-intermediate-extras / Makefile
1 # Regression test for issue #10973
2
3 include ../tools.mk
4
5 all:
6         $(RUSTC) --crate-type=rlib --test foo.rs
7         rm $(TMPDIR)/foo.bc && exit 1 || exit 0