49 lines · plain
1# Format tests have few LLVM and Clang dependencies, so linking it as a2# distinct target enables faster iteration times at low cost.3add_distinct_clang_unittest(FormatTests4 AlignBracketsTest.cpp5 BracesInserterTest.cpp6 BracesRemoverTest.cpp7 CleanupTest.cpp8 ConfigParseTest.cpp9 DefinitionBlockSeparatorTest.cpp10 FormatTest.cpp11 FormatTestComments.cpp12 FormatTestCSharp.cpp13 FormatTestJS.cpp14 FormatTestJava.cpp15 FormatTestJson.cpp16 FormatTestMacroExpansion.cpp17 FormatTestObjC.cpp18 FormatTestProto.cpp19 FormatTestRawStrings.cpp20 FormatTestSelective.cpp21 FormatTestTableGen.cpp22 FormatTestTextProto.cpp23 FormatTestVerilog.cpp24 FormatTokenSourceTest.cpp25 FormatReplacementTest.cpp26 IntegerLiteralSeparatorTest.cpp27 MacroCallReconstructorTest.cpp28 MacroExpanderTest.cpp29 MatchFilePathTest.cpp30 NamespaceEndCommentsFixerTest.cpp31 NumericLiteralCaseTest.cpp32 NumericLiteralInfoTest.cpp33 ObjCPropertyAttributeOrderFixerTest.cpp34 QualifierFixerTest.cpp35 SortImportsTestJS.cpp36 SortImportsTestJava.cpp37 SortIncludesTest.cpp38 UsingDeclarationsSorterTest.cpp39 TokenAnnotatorTest.cpp40 CLANG_LIBS41 clangBasic42 clangFormat43 clangLex44 clangRewrite45 clangToolingCore46 LLVM_COMPONENTS47 Support48 )49