1 import("//llvm/utils/unittest/unittest.gni")
3 unittest("FormatTests") {
4 configs += [ "//llvm/utils/gn/build:clang_code" ]
8 "//clang/lib/Frontend",
10 "//clang/lib/Tooling/Core",
16 "FormatTestCSharp.cpp",
17 "FormatTestComments.cpp",
21 "FormatTestProto.cpp",
22 "FormatTestRawStrings.cpp",
23 "FormatTestSelective.cpp",
24 "FormatTestTableGen.cpp",
25 "FormatTestTextProto.cpp",
26 "NamespaceEndCommentsFixerTest.cpp",
27 "SortImportsTestJS.cpp",
28 "SortImportsTestJava.cpp",
29 "SortIncludesTest.cpp",
30 "UsingDeclarationsSorterTest.cpp",