• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_LINK_COMPONENTS
2  Support
3  )
4
5add_clang_unittest(FormatTests
6  CleanupTest.cpp
7  FormatTest.cpp
8  FormatTestJava.cpp
9  FormatTestJS.cpp
10  FormatTestProto.cpp
11  FormatTestSelective.cpp
12  SortImportsTestJS.cpp
13  SortIncludesTest.cpp
14  )
15
16target_link_libraries(FormatTests
17  clangBasic
18  clangFormat
19  clangFrontend
20  clangRewrite
21  clangToolingCore
22  )
23