summaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-05-09 06:03:39 +0000
committerChris Lattner <sabre@nondot.org>2010-05-09 06:03:39 +0000
commit14ab24f01e36d495fce183aa67b41e45cdd54f39 (patch)
tree740fe9ab3cfdb3e0b07b3038ed53f84cf514e31e /test/Makefile
parent1817bd483b538fd3f4530649f5cb900bad9e8a76 (diff)
pch'ify typeid.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103374 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 e9d89454b8..40170e42ff 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -16,9 +16,9 @@ TESTDIRS += $(EXTRA_TESTDIRS)
ifndef TESTARGS
ifdef VERBOSE
-TESTARGS = -v
+TESTARGS = -v -j16
else
-TESTARGS = -s -v
+TESTARGS = -s -v -j16
endif
endif