summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-04-17 19:04:03 +0000
committerChris Lattner <sabre@nondot.org>2010-04-17 19:04:03 +0000
commit0dd0d49e780a1523cffc0a616ccdae0b6aa75a14 (patch)
treedd8afbdbf177fd312e580f3700d5d725541d699c /test/Makefile
parent34e9d17d1b5fdba2b6fe75979c941209a442560e (diff)
downloadllvm-0dd0d49e780a1523cffc0a616ccdae0b6aa75a14.tar.gz
llvm-0dd0d49e780a1523cffc0a616ccdae0b6aa75a14.tar.bz2
llvm-0dd0d49e780a1523cffc0a616ccdae0b6aa75a14.tar.xz
doh, didn't mean to check in my hackaround lit sucking. :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101663 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index fc6e67b2e8..3750fdb2f1 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -28,7 +28,7 @@ endif
ifdef VERBOSE
RUNTESTFLAGS := $(VERBOSE)
-LIT_ARGS := -v -j16
+LIT_ARGS := -v
else
LIT_ARGS := -s -v
endif