Commit 5a5e3c17 authored by misterg's avatar misterg
Browse files

Added googlemock tests

parent 4f5c01b4
...@@ -15,10 +15,6 @@ cc_test( ...@@ -15,10 +15,6 @@ cc_test(
"gmock-*.cc", "gmock-*.cc",
], ],
), ),
copts = select({
"//:win": ["-DGTEST_USE_OWN_TR1_TUPLE=0"],
"//conditions:default": ["-DGTEST_USE_OWN_TR1_TUPLE=1"],
}),
linkopts = select({ linkopts = select({
"//:win": [], "//:win": [],
"//conditions:default": [ "//conditions:default": [
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment