]> git.lizzy.rs Git - rust.git/blob - tests/run-make/libtest-thread-limit/Makefile
Rollup merge of #106648 - Nilstrieb:poly-cleanup, r=compiler-errors
[rust.git] / tests / run-make / libtest-thread-limit / Makefile
1 include ../../run-make-fulldeps/tools.mk
2
3 # only-linux
4
5 all:
6         $(RUSTC) test.rs --test --target $(TARGET)
7         $(shell ulimit -p 0 && $(call RUN,test))