summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/no-intermediate-extras/Makefile
blob: 258cbf04c611dba792f65b70a9461958b02c4e26 (plain)
1
2
3
4
5
6
7
# Regression test for issue #10973

-include ../tools.mk

all:
	$(RUSTC) --crate-type=rlib --test foo.rs
	rm $(TMPDIR)/foo.bc && exit 1 || exit 0