File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ static_library("clang-doc") {
22
22
" ClangDoc.cpp" ,
23
23
" Generators.cpp" ,
24
24
" HTMLGenerator.cpp" ,
25
+ " HTMLMustacheGenerator.cpp" ,
25
26
" MDGenerator.cpp" ,
26
27
" Mapper.cpp" ,
27
28
" Representation.cpp" ,
Original file line number Diff line number Diff line change @@ -16,13 +16,15 @@ unittest("ClangDocTests") {
16
16
" //llvm/lib/Bitcode/Reader" ,
17
17
" //llvm/lib/Bitcode/Writer" ,
18
18
" //llvm/lib/Support" ,
19
+ " //llvm/lib/Testing/Support" ,
19
20
]
20
21
include_dirs = [ " //clang-tools-extra/clang-doc" ]
21
22
sources = [
22
23
" BitcodeTest.cpp" ,
23
24
" ClangDocTest.cpp" ,
24
25
" GeneratorTest.cpp" ,
25
26
" HTMLGeneratorTest.cpp" ,
27
+ " HTMLMustacheGeneratorTest.cpp" ,
26
28
" MDGeneratorTest.cpp" ,
27
29
" MergeTest.cpp" ,
28
30
" SerializeTest.cpp" ,
You can’t perform that action at this time.
0 commit comments