diff options
-rw-r--r-- | llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn index 877d9d94c64..1edceba4de2 100644 --- a/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn +++ b/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn @@ -13,7 +13,10 @@ unittest("ASTTests") { ] sources = [ "ASTContextParentMapTest.cpp", + "ASTImporterFixtures.cpp", + "ASTImporterGenericRedeclTest.cpp", "ASTImporterTest.cpp", + "ASTImporterVisibilityTest.cpp", "ASTTypeTraitsTest.cpp", "ASTVectorTest.cpp", "CommentLexer.cpp", |