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