1import("//llvm/utils/unittest/unittest.gni") 2 3unittest("FormatTests") { 4 configs += [ "//llvm/utils/gn/build:clang_code" ] 5 deps = [ 6 "//clang/lib/Basic", 7 "//clang/lib/Format", 8 "//clang/lib/Frontend", 9 "//clang/lib/Rewrite", 10 "//clang/lib/Tooling/Core", 11 "//llvm/lib/Support", 12 ] 13 sources = [ 14 "CleanupTest.cpp", 15 "FormatTest.cpp", 16 "FormatTestCSharp.cpp", 17 "FormatTestComments.cpp", 18 "FormatTestJS.cpp", 19 "FormatTestJava.cpp", 20 "FormatTestObjC.cpp", 21 "FormatTestProto.cpp", 22 "FormatTestRawStrings.cpp", 23 "FormatTestSelective.cpp", 24 "FormatTestTableGen.cpp", 25 "FormatTestTextProto.cpp", 26 "MacroExpanderTest.cpp", 27 "NamespaceEndCommentsFixerTest.cpp", 28 "SortImportsTestJS.cpp", 29 "SortImportsTestJava.cpp", 30 "SortIncludesTest.cpp", 31 "TokenAnnotatorTest.cpp", 32 "UsingDeclarationsSorterTest.cpp", 33 ] 34} 35