aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Makefile2
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 {} \;