Split gmock-matchers_test into 4 smaller test #3653

The one large test does not link in limited memory environments

Closes #3653

PiperOrigin-RevId: 436753193
Change-Id: Idd59b6509994fc642147b88279ee791cd1d7bdd0
This commit is contained in:
Mattias Ellert
2022-03-23 09:07:35 -07:00
committed by Copybara-Service
parent 0affd45b62
commit 073293463e
9 changed files with 8857 additions and 8645 deletions

View File

@@ -38,7 +38,7 @@ licenses(["notice"])
cc_test(
name = "gmock_all_test",
size = "small",
srcs = glob(include = ["gmock-*.cc"]),
srcs = glob(include = ["gmock-*.cc"]) + ["gmock-matchers_test.h"],
linkopts = select({
"//:qnx": [],
"//:windows": [],