Added googlemock tests

This commit is contained in:
misterg 2017-08-09 12:18:12 -04:00
parent abdad087f6
commit 66a9ab3d98

View File

@ -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": [