blob: 240be6ead2a5e149f2d8f00b6a22b06450410b9f [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Support
)
add_clang_unittest(FormatTests
CleanupTest.cpp
FormatTest.cpp
FormatTestJava.cpp
FormatTestJS.cpp
FormatTestProto.cpp
FormatTestSelective.cpp
SortImportsTestJS.cpp
SortIncludesTest.cpp
)
target_link_libraries(FormatTests
clangBasic
clangFormat
clangFrontend
clangRewrite
clangToolingCore
)