[cfe-commits] r44413 - /cfe/trunk/test/Makefile
Ted Kremenek
kremenek at apple.com
Wed Nov 28 11:24:15 PST 2007
Author: kremenek
Date: Wed Nov 28 13:24:15 2007
New Revision: 44413
URL: http://llvm.org/viewvc/llvm-project?rev=44413&view=rev
Log:
Added the "Serialization" test directory to the set of tests executed.
Introduced a few line breaks to make the Makefile easier to read.
Modified:
cfe/trunk/test/Makefile
Modified: cfe/trunk/test/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Makefile?rev=44413&r1=44412&r2=44413&view=diff
==============================================================================
--- cfe/trunk/test/Makefile (original)
+++ cfe/trunk/test/Makefile Wed Nov 28 13:24:15 2007
@@ -2,4 +2,7 @@
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 {} \;
More information about the cfe-commits
mailing list