зеркало из https://github.com/microsoft/clang-1.git
Move the C++ Sema tests into a separate SemaCXX directory.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54853 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
6c2dc4d993
Коммит
5e8840c7a6
|
@ -1,7 +1,7 @@
|
||||||
LEVEL = ../../..
|
LEVEL = ../../..
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
|
||||||
TESTDIRS = CodeGen Lexer Preprocessor Parser Sema SemaObjC Analysis Serialization Rewriter
|
TESTDIRS = CodeGen Lexer Preprocessor Parser Sema SemaCXX SemaObjC Analysis Serialization Rewriter
|
||||||
|
|
||||||
# Only run rewriter tests on darwin.
|
# Only run rewriter tests on darwin.
|
||||||
ifeq ($(OS),Darwin)
|
ifeq ($(OS),Darwin)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче