rustc/tests/run-make/libtest-thread-limit/Makefile
2023-09-14 08:56:40 +02:00

8 lines
126 B
Makefile

include ../tools.mk
# only-linux
all:
$(RUSTC) test.rs --test --target $(TARGET)
$(shell ulimit -p 0 && $(call RUN,test))