aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/test/BUILD.bazel
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for Bazel incompatible changesYannic Bonenberger2019-08-071-0/+3
| | | | | | Fixes googletest for upcoming `--incompatible_load_cc_rules_from_bzl` (https://github.com/bazelbuild/bazel/issues/8743) and `--incompatible_load_python_rules_from_bzl` (https://github.com/bazelbuild/bazel/issues/9006). This change was automatically generated with `buildifier -lint=fix -warnings=all $(find . -name "BUILD" -o -name "BUILD.bazel" -o -name "*.bzl")`.
* Googletest exportmisterg2019-06-181-0/+1
| | | | | | gmock_output_test has to run under python2. Bazel 0.27.0 causes this test to break. Fixing it. PiperOrigin-RevId: 253820111
* Googletest exportkrzysio2018-11-071-25/+8
| | | | | | | | Improve Bazel build files. New target gtest_prod allows access to the FRIEND_TEST macro without depending on the entirety of GTest in production executables. Additionally, duplicate config_setting rules were removed and formatting was adjusted. PiperOrigin-RevId: 220279205
* Project import generated by Copybara.Abseil Team2018-10-111-0/+123
| | | | PiperOrigin-RevId: 216423319
* Internal Changemisterg2018-10-111-123/+0
| | | | PiperOrigin-RevId: 216417182
* Adding tests to googlemock bazelGennadiy Civil2018-01-261-2/+70
|
* [Bazel] Detect Windows with cpu value x64_windows and x64_windows_msvcLoo Rong Jie2018-01-091-1/+2
| | | | and x64_windows_msvc
* Add licenses() directive for googlemock/tests.Carlos O'Ryan2017-12-081-0/+2
| | | | | Without the directive embedding googletest into third_party breaks any //... target.
* Added Copyrightmisterg2017-08-101-4/+31
|
* WIPmisterg2017-08-091-0/+25