1set(LLVM_LINK_COMPONENTS
2  Support
3  )
4
5add_clang_unittest(FormatTests
6  FormatTest.cpp
7  FormatTestJava.cpp
8  FormatTestJS.cpp
9  FormatTestProto.cpp
10  )
11
12target_link_libraries(FormatTests
13  clangFormat
14  clangToolingCore
15  )
16