]> granicus.if.org Git - clang/commitdiff
Added the "Serialization" test directory to the set of tests executed.
authorTed Kremenek <kremenek@apple.com>
Wed, 28 Nov 2007 19:24:15 +0000 (19:24 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 28 Nov 2007 19:24:15 +0000 (19:24 +0000)
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

index 71427d57e25fba389ea8a791109beddb77525a2d..91928cafb86c9924b8a9193a85e47e0cb6b56b90 100644 (file)
@@ -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 {} \;