forked from OSchip/llvm-project
LLVM_INCLUDE_TESTS applies to unit tests, not the normal Clang tests
llvm-svn: 126458
This commit is contained in:
parent
70d29634a9
commit
49709e75bb
|
@ -245,9 +245,9 @@ add_subdirectory(tools)
|
||||||
add_subdirectory(runtime)
|
add_subdirectory(runtime)
|
||||||
|
|
||||||
# TODO: docs.
|
# TODO: docs.
|
||||||
if( LLVM_INCLUDE_TESTS )
|
add_subdirectory(test)
|
||||||
add_subdirectory(test)
|
|
||||||
|
|
||||||
|
if( LLVM_INCLUDE_TESTS )
|
||||||
if( NOT CLANG_BUILT_STANDALONE )
|
if( NOT CLANG_BUILT_STANDALONE )
|
||||||
add_subdirectory(unittests)
|
add_subdirectory(unittests)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in New Issue