rustc/tests/run-make/libtest-thread-limit/Makefile
2023-08-02 10:33:26 +02:00

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))