mirror of
https://github.com/google/googletest.git
synced 2024-12-27 10:11:03 +08:00
Added googlemock tests
This commit is contained in:
parent
4f5c01b4c9
commit
5a5e3c17bb
@ -15,10 +15,6 @@ cc_test(
|
||||
"gmock-*.cc",
|
||||
],
|
||||
),
|
||||
copts = select({
|
||||
"//:win": ["-DGTEST_USE_OWN_TR1_TUPLE=0"],
|
||||
"//conditions:default": ["-DGTEST_USE_OWN_TR1_TUPLE=1"],
|
||||
}),
|
||||
linkopts = select({
|
||||
"//:win": [],
|
||||
"//conditions:default": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user