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:
committed by
Copybara-Service
parent
0affd45b62
commit
073293463e
@@ -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": [],
|
||||
|
||||
Reference in New Issue
Block a user