aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile
index 35f9025934..039f150c09 100644
--- a/test/Makefile
+++ b/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