summaryrefslogtreecommitdiffstats
path: root/src/test/run-make/libtest-thread-limit/Makefile
blob: 29c1bc71d870459d5ebcd94f04b8eb4686efd809 (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))