commit | ac278b0d69f472063129b533e697c08569af3e5b | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Jul 15 05:17:36 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Jul 15 05:17:36 2010 +0000 |
tree | b7d7bb687e2e5b803538e89d45e8a4375ebf61ba | |
parent | 50ef0e4b6a4838d8f0df0679905afae6f41952d3 [diff] |
see comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108409 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Makefile b/test/Makefile index f816744..f6830e6 100644 --- a/test/Makefile +++ b/test/Makefile
@@ -202,3 +202,7 @@ -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'