Skip to content

Commit d75791e

Browse files
committed
[gn build] Port 5934a79
1 parent 5934a79 commit d75791e

File tree

1 file changed

+19
-0
lines changed
  • llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests

1 file changed

+19
-0
lines changed

llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,24 @@ unittest("ClangdTests") {
113113
"support/TestTracer.cpp",
114114
"support/ThreadingTests.cpp",
115115
"support/TraceTests.cpp",
116+
"tweaks/AddUsingTests.cpp",
117+
"tweaks/AnnotateHighlightingsTests.cpp",
118+
"tweaks/DefineInlineTests.cpp",
119+
"tweaks/DefineOutlineTests.cpp",
120+
"tweaks/DumpASTTests.cpp",
121+
"tweaks/DumpRecordLayoutTests.cpp",
122+
"tweaks/DumpSymbolTests.cpp",
123+
"tweaks/ExpandAutoTypeTests.cpp",
124+
"tweaks/ExpandMacroTests.cpp",
125+
"tweaks/ExtractFunctionTests.cpp",
126+
"tweaks/ExtractVariableTests.cpp",
127+
"tweaks/ObjCLocalizeStringLiteralTests.cpp",
128+
"tweaks/PopulateSwitchTests.cpp",
129+
"tweaks/RawStringLiteralTests.cpp",
130+
"tweaks/RemoveUsingNamespaceTests.cpp",
131+
"tweaks/ShowSelectionTreeTests.cpp",
132+
"tweaks/SwapIfBranchesTests.cpp",
133+
"tweaks/TweakTesting.cpp",
134+
"tweaks/TweakTests.cpp",
116135
]
117136
}

0 commit comments

Comments
 (0)