Fix the *unchecked* commit.

llvm-svn: 249100
This commit is contained in:
NAKAMURA Takumi
2015-10-01 23:50:06 +00:00
parent f56738041e
commit 0ed0740c7e

View File

@@ -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()