mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-15 00:41:27 +00:00
8 lines
126 B
Makefile
8 lines
126 B
Makefile
include ../tools.mk
|
|
|
|
# only-linux
|
|
|
|
all:
|
|
$(RUSTC) test.rs --test --target $(TARGET)
|
|
$(shell ulimit -p 0 && $(call RUN,test))
|