35 lines
880 B
Plaintext
35 lines
880 B
Plaintext
import("//llvm/utils/unittest/unittest.gni")
|
|
|
|
unittest("FormatTests") {
|
|
configs += [ "//llvm/utils/gn/build:clang_code" ]
|
|
deps = [
|
|
"//clang/lib/Basic",
|
|
"//clang/lib/Format",
|
|
"//clang/lib/Frontend",
|
|
"//clang/lib/Rewrite",
|
|
"//clang/lib/Tooling/Core",
|
|
"//llvm/lib/Support",
|
|
]
|
|
sources = [
|
|
"CleanupTest.cpp",
|
|
"FormatTest.cpp",
|
|
"FormatTestCSharp.cpp",
|
|
"FormatTestComments.cpp",
|
|
"FormatTestJS.cpp",
|
|
"FormatTestJava.cpp",
|
|
"FormatTestObjC.cpp",
|
|
"FormatTestProto.cpp",
|
|
"FormatTestRawStrings.cpp",
|
|
"FormatTestSelective.cpp",
|
|
"FormatTestTableGen.cpp",
|
|
"FormatTestTextProto.cpp",
|
|
"MacroExpanderTest.cpp",
|
|
"NamespaceEndCommentsFixerTest.cpp",
|
|
"SortImportsTestJS.cpp",
|
|
"SortImportsTestJava.cpp",
|
|
"SortIncludesTest.cpp",
|
|
"TokenAnnotatorTest.cpp",
|
|
"UsingDeclarationsSorterTest.cpp",
|
|
]
|
|
}
|