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