Introduced a few line breaks to make the Makefile easier to read.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44413
91177308-0d34-0410-b5e6-
96231b3b80d8
include $(LEVEL)/Makefile.common
all::
- PATH=$$PATH:$(ToolDir):$(LLVM_SRC_ROOT)/test/Scripts find CodeGen Lexer Preprocessor Parser Sema Analysis \( -name '*.c' -or -name '*.cpp' -or -name '*.m' \) -print -exec ./TestRunner.sh {} \;
+ PATH=$$PATH:$(ToolDir):$(LLVM_SRC_ROOT)/test/Scripts find\
+ CodeGen Lexer Preprocessor Parser Sema Analysis Serialization\
+ \( -name '*.c' -or -name '*.cpp' -or -name '*.m' \)\
+ -print -exec ./TestRunner.sh {} \;