aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 71427d57e2..91928cafb8 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -2,4 +2,7 @@ LEVEL = ../../..
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 {} \;