summaryrefslogtreecommitdiffstats
path: root/src/test/run-make/libtest-thread-limit/Makefile
blob: d43a89e60cab8b10419e11c8d0a6885999b6457a (plain)
1
2
3
4
5
6
7
include ../../run-make-fulldeps/tools.mk

# only-linux

all:
	$(RUSTC) test.rs --test --target $(TARGET)
	$(shell ulimit -p 0 && $(call RUN,test))