summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-07-15 05:17:36 +0000
committerChris Lattner <sabre@nondot.org>2010-07-15 05:17:36 +0000
commitbbcdebbc8d16c84f2f76eb1192db22472e94661c (patch)
treeb7d7bb687e2e5b803538e89d45e8a4375ebf61ba /test/Makefile
parent1ad25b605c9a0384998a63d72042a7a3caf83912 (diff)
downloadllvm-bbcdebbc8d16c84f2f76eb1192db22472e94661c.tar.gz
llvm-bbcdebbc8d16c84f2f76eb1192db22472e94661c.tar.bz2
llvm-bbcdebbc8d16c84f2f76eb1192db22472e94661c.tar.xz
see comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108409 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 f816744414..f6830e6383 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -202,3 +202,7 @@ Unit/lit.site.cfg: $(PROJ_OBJ_DIR)/Unit/.dir FORCE
-e "s#@ENABLE_SHARED@#$(ENABLE_SHARED)#g" \
-e "s#@SHLIBPATH_VAR@#$(SHLIBPATH_VAR)#g" \
$(PROJ_SRC_DIR)/Unit/lit.site.cfg.in > $@
+
+# Daniel hates Chris.
+chris-lit:
+ make check-lit LIT_ARGS='-j16 -s'