From 7e521edbc40d405d51eb2dde033215a6d6ed2bd8 Mon Sep 17 00:00:00 2001 From: LLVM Packaging Team Date: Sat, 21 Oct 2017 12:43:31 +0100 Subject: [PATCH] follow-parallel-var =================================================================== Gbp-Pq: Name follow-parallel-var.diff --- test/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/Makefile b/test/Makefile index 03194520..2e0390e1 100644 --- a/test/Makefile +++ b/test/Makefile @@ -29,6 +29,11 @@ else LIT_ARGS := -s -v endif +# NJOBS allows an override of the number of threads +ifneq ($(NJOBS),) +LIT_ARGS += $(NJOBS) +endif + ifdef TESTSUITE LIT_TESTSUITE := $(TESTSUITE) else -- 2.30.2