Home | History | Annotate | Download | only in Format
      1 set(LLVM_LINK_COMPONENTS
      2   Support
      3   )
      4 
      5 add_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 
     16 target_link_libraries(FormatTests
     17   clangBasic
     18   clangFormat
     19   clangFrontend
     20   clangRewrite
     21   clangToolingCore
     22   )
     23