summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
Diffstat (limited to 'clang')
-rw-r--r--clang/test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Makefile b/clang/test/Makefile
index 35f9025934a..039f150c09c 100644
--- a/clang/test/Makefile
+++ b/clang/test/Makefile
@@ -1,11 +1,11 @@
LEVEL = ../../..
include $(LEVEL)/Makefile.common
-TESTDIRS = CodeGen Lexer Preprocessor Parser Sema Analysis Serialization
+TESTDIRS = CodeGen Lexer Preprocessor Parser Sema Analysis Serialization Rewriter
# Only run rewriter tests on darwin.
ifeq ($(OS),Darwin)
-TESTDIRS += Rewriter Analysis-Apple
+TESTDIRS += Analysis-Apple
endif
ifdef VERBOSE
OpenPOWER on IntegriCloud