diff options
| -rw-r--r-- | test/Makefile | 4 | 
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'  | 
