[cfe-commits] r52083 - /cfe/trunk/test/Makefile
Eli Friedman
eli.friedman at gmail.com
Sat Jun 7 16:20:33 PDT 2008
Author: efriedma
Date: Sat Jun 7 18:20:33 2008
New Revision: 52083
URL: http://llvm.org/viewvc/llvm-project?rev=52083&view=rev
Log:
Enable the rewriter tests on all platforms; there don't appear to
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.)
Modified:
cfe/trunk/test/Makefile
Modified: cfe/trunk/test/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Makefile?rev=52083&r1=52082&r2=52083&view=diff
==============================================================================
--- cfe/trunk/test/Makefile (original)
+++ cfe/trunk/test/Makefile Sat Jun 7 18:20:33 2008
@@ -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
More information about the cfe-commits
mailing list