blob: 1e590d4d37ef07b49847aa2517b6473144f56732 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
support
)
get_filename_component(CLANG_LINT_SOURCE_DIR
${CMAKE_CURRENT_SOURCE_DIR}/../../clang-tidy REALPATH)
include_directories(${CLANG_LINT_SOURCE_DIR})
add_extra_unittest(ClangTidyTests
ClangTidyDiagnosticConsumerTest.cpp
ClangTidyOptionsTest.cpp
IncludeInserterTest.cpp
GoogleModuleTest.cpp
LLVMModuleTest.cpp
MiscModuleTest.cpp
OverlappingReplacementsTest.cpp
ReadabilityModuleTest.cpp)
target_link_libraries(ClangTidyTests
clangAST
clangASTMatchers
clangBasic
clangFrontend
clangLex
clangTidy
clangTidyGoogleModule
clangTidyLLVMModule
clangTidyMiscModule
clangTidyReadabilityModule
clangTidyUtils
clangTooling
clangToolingCore
)