]> granicus.if.org Git - clang/commitdiff
Enable the rewriter tests on all platforms; there don't appear to
authorEli Friedman <eli.friedman@gmail.com>
Sat, 7 Jun 2008 23:20:33 +0000 (23:20 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sat, 7 Jun 2008 23:20:33 +0000 (23:20 +0000)
be any regressions from this on my machine, but please let me know if
you run into issues.  (The idea here is that it's better to run all
tests on all platforms if at all possible.)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52083 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index 35f9025934a289f000c603f2a55ab3dba7076f67..039f150c09c00a09aeb158715ba4736884672190 100644 (file)
@@ -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