]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/issue-19371/Makefile
Auto merge of #99524 - cuviper:relnotes-1.63.0, r=Mark-Simulacrum
[rust.git] / src / test / run-make-fulldeps / issue-19371 / Makefile
1 -include ../tools.mk
2
3 # This test ensures that rustc compile_input can be called twice in one task
4 # without causing a panic.
5 # The program needs the path to rustc to get sysroot.
6
7 all:
8         $(RUSTC) foo.rs
9         $(call RUN,foo $(TMPDIR) $(RUSTC))