summaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-07-15 05:22:46 +0000
committerChris Lattner <sabre@nondot.org>2010-07-15 05:22:46 +0000
commitf0fb0e0d956cbdd13444a15e36aa0969b28b30d4 (patch)
treea8f7e4f5167bce6f7a41f3039a306c56a2e74f9d /test/Makefile
parent40228c109e5516c0d3c65832271ee2cca931f102 (diff)
see comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108410 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 5bb50c622a..ba3a640479 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -50,4 +50,8 @@ lit.site.cfg: FORCE
clean::
@ find . -name Output | xargs rm -fr
+# Daniel hates Chris.
+chris-lit:
+ make LIT_ARGS='-j16 -s'
+
.PHONY: all report clean