]> granicus.if.org Git - clang/commitdiff
Added back 'CodeGen' to test suite (accidentally removed in my last patch).
authorTed Kremenek <kremenek@apple.com>
Fri, 1 Feb 2008 06:37:46 +0000 (06:37 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 1 Feb 2008 06:37:46 +0000 (06:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46631 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

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