1 | set(LLVM_LINK_COMPONENTS |
2 | Support |
3 | ) |
4 | |
5 | add_clang_unittest(FormatTests |
6 | CleanupTest.cpp |
7 | FormatTest.cpp |
8 | FormatTestComments.cpp |
9 | FormatTestCSharp.cpp |
10 | FormatTestJS.cpp |
11 | FormatTestJava.cpp |
12 | FormatTestObjC.cpp |
13 | FormatTestProto.cpp |
14 | FormatTestRawStrings.cpp |
15 | FormatTestSelective.cpp |
16 | FormatTestTableGen.cpp |
17 | FormatTestTextProto.cpp |
18 | NamespaceEndCommentsFixerTest.cpp |
19 | SortImportsTestJS.cpp |
20 | SortImportsTestJava.cpp |
21 | SortIncludesTest.cpp |
22 | UsingDeclarationsSorterTest.cpp |
23 | ) |
24 | |
25 | target_link_libraries(FormatTests |
26 | PRIVATE |
27 | clangBasic |
28 | clangFormat |
29 | clangFrontend |
30 | clangRewrite |
31 | clangToolingCore |
32 | ) |
33 | |