[InstCombine] Signed saturation patterns
[llvm-complete.git] / utils / gn / secondary / clang / unittests / Format / BUILD.gn
blob5125580aec7e4b630fd4f86008ac64c991e1f148
1 import("//llvm/utils/unittest/unittest.gni")
3 unittest("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     "NamespaceEndCommentsFixerTest.cpp",
27     "SortImportsTestJS.cpp",
28     "SortImportsTestJava.cpp",
29     "SortIncludesTest.cpp",
30     "UsingDeclarationsSorterTest.cpp",
31   ]