mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-01 19:23:50 +00:00
8 lines
147 B
Makefile
8 lines
147 B
Makefile
include ../../run-make-fulldeps/tools.mk
|
|
|
|
# only-linux
|
|
|
|
all:
|
|
$(RUSTC) test.rs --test --target $(TARGET)
|
|
$(shell ulimit -p 0 && $(call RUN,test))
|