summaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-05-12 02:47:23 +0000
committerChris Lattner <sabre@nondot.org>2010-05-12 02:47:23 +0000
commit984ec4800958220226659f77196e826bff066a33 (patch)
tree4f84943f3c8d451a5cce3a3069cb6c83d2861f2a /test/Makefile
parent5e2a7acbdc9e4aee4da54e1e2f560a78bf6fb3c1 (diff)
don't force 16 threads.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103566 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile
index 40170e42ff..e9d89454b8 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -16,9 +16,9 @@ TESTDIRS += $(EXTRA_TESTDIRS)
ifndef TESTARGS
ifdef VERBOSE
-TESTARGS = -v -j16
+TESTARGS = -v
else
-TESTARGS = -s -v -j16
+TESTARGS = -s -v
endif
endif