diff --git a/test/Makefile b/test/Makefile index 4a2907b44c..fc759fa5ed 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,3 +1,3 @@ all: - find CodeGen Lexer Preprocessor Parser \( -name '*.c' -or -name '*.cpp' \) -print -exec ./TestRunner.sh {} \; + find CodeGen Lexer Preprocessor Parser Sema \( -name '*.c' -or -name '*.cpp' \) -print -exec ./TestRunner.sh {} \;