From: Ted Kremenek Date: Fri, 1 Feb 2008 06:37:46 +0000 (+0000) Subject: Added back 'CodeGen' to test suite (accidentally removed in my last patch). X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77250c8034e4febf7ac48b95ebc4551eadcaee83;p=clang Added back 'CodeGen' to test suite (accidentally removed in my last patch). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46631 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Makefile b/test/Makefile index 269ddfe497..91928cafb8 100644 --- a/test/Makefile +++ b/test/Makefile @@ -3,6 +3,6 @@ include $(LEVEL)/Makefile.common all:: PATH=$$PATH:$(ToolDir):$(LLVM_SRC_ROOT)/test/Scripts find\ - Lexer Preprocessor Parser Sema Analysis Serialization\ + CodeGen Lexer Preprocessor Parser Sema Analysis Serialization\ \( -name '*.c' -or -name '*.cpp' -or -name '*.m' \)\ -print -exec ./TestRunner.sh {} \;