blob: 01af435fffced0c202ec27f7fae36cef47e4b7c8 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Support
)
add_clang_unittest(FormatTests
FormatTest.cpp
FormatTestJava.cpp
FormatTestJS.cpp
FormatTestProto.cpp
FormatTestSelective.cpp
SortIncludesTest.cpp
)
target_link_libraries(FormatTests
clangFormat
clangToolingCore
)