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  FormatTestSelective.cpp
11  SortIncludesTest.cpp
12  )
13
14target_link_libraries(FormatTests
15  clangFormat
16  clangToolingCore
17  )
18