]> git.proxmox.com Git - rustc.git/blame - tests/run-make/issue-25581/Makefile
Merge 1.70 into proxmox/bookworm
[rustc.git] / tests / run-make / issue-25581 / Makefile
CommitLineData
353b0b11 1# ignore-cross-compile
f2b60f7d 2include ../tools.mk
1a4d82fc 3
b039eaaf 4all: $(call NATIVE_STATICLIB,test)
b039eaaf 5 $(RUSTC) test.rs
1a4d82fc 6 $(call RUN,test) || exit 1