rust/tests/run-make-fulldeps/issue-19371/Makefile
2023-01-11 09:32:08 +00:00

10 lines
238 B
Makefile

include ../tools.mk
# This test ensures that rustc compile_input can be called twice in one task
# without causing a panic.
# The program needs the path to rustc to get sysroot.
all:
$(RUSTC) foo.rs
$(call RUN,foo $(TMPDIR) $(RUSTC))