Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / unittests / Format / CMakeLists.txt
bloba4f8f7af3d3a7bb22d4f0fc31829722fe26dba3e
1 set(LLVM_LINK_COMPONENTS
2   Support
3   )
5 add_clang_unittest(FormatTests
6   BracesInserterTest.cpp
7   BracesRemoverTest.cpp
8   CleanupTest.cpp
9   ConfigParseTest.cpp
10   DefinitionBlockSeparatorTest.cpp
11   FormatTest.cpp
12   FormatTestComments.cpp
13   FormatTestCSharp.cpp
14   FormatTestJS.cpp
15   FormatTestJava.cpp
16   FormatTestJson.cpp
17   FormatTestMacroExpansion.cpp
18   FormatTestObjC.cpp
19   FormatTestProto.cpp
20   FormatTestRawStrings.cpp
21   FormatTestSelective.cpp
22   FormatTestTableGen.cpp
23   FormatTestTextProto.cpp
24   FormatTestVerilog.cpp
25   FormatTokenSourceTest.cpp
26   FormatReplacementTest.cpp
27   IntegerLiteralSeparatorTest.cpp
28   MacroCallReconstructorTest.cpp
29   MacroExpanderTest.cpp
30   NamespaceEndCommentsFixerTest.cpp
31   QualifierFixerTest.cpp
32   SortImportsTestJS.cpp
33   SortImportsTestJava.cpp
34   SortIncludesTest.cpp
35   UsingDeclarationsSorterTest.cpp
36   TokenAnnotatorTest.cpp
37   )
39 clang_target_link_libraries(FormatTests
40   PRIVATE
41   clangBasic
42   clangFormat
43   clangRewrite
44   clangToolingCore
45   )