forked from OSchip/llvm-project
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.) llvm-svn: 52083
This commit is contained in:
parent
7e4f41ef3f
commit
69d721e071
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue