diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-02-01 06:37:46 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-02-01 06:37:46 +0000 |
commit | 77250c8034e4febf7ac48b95ebc4551eadcaee83 (patch) | |
tree | 5acaa4380e77aac826a899b763b1375e6413e862 | |
parent | a6e4d21dc4fe87fe1b0bcd9c3c3ec43b391aa44b (diff) |
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
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 {} \; |