mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 19:08:21 +08:00
Fix the *unchecked* commit.
llvm-svn: 249100
This commit is contained in:
@@ -12,7 +12,7 @@ add_subdirectory(tool-template)
|
||||
|
||||
# Add the common testsuite after all the tools.
|
||||
# TODO: Support tests with more granularity when features are off?
|
||||
if(CLANG_ENABLE_STATIC_ANALYZER AND CLANG_ENABLE_TESTS)
|
||||
if(CLANG_ENABLE_STATIC_ANALYZER AND CLANG_INCLUDE_TESTS)
|
||||
add_subdirectory(test)
|
||||
add_subdirectory(unittests)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user