From efb71539a749649edfc5f581736404d6102620ad Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Wed, 28 Nov 2007 19:24:15 +0000 Subject: [PATCH] Added the "Serialization" test directory to the set of tests executed. 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 --- test/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 {} \; -- 2.50.1