summaryrefslogtreecommitdiffstats
path: root/tests/run-make/libtest-thread-limit/Makefile
blob: 9496fa30159a6c350a65b42c2371f2bdf5ff5386 (plain)
1
2
3
4
5
6
7
include ../tools.mk

# only-linux

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