compute-runtime/third_party/gtest
Artur Harasimiuk e9be9b64c6 clang-tidy configuration cleanup
Define single .clang-tidy configuration with all used checks and use
NOLINT to selectively silence tool. That way cleanup should be easier.
third_part/ has its own configuration that disables clang-tidy for this
folder.

Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
2022-05-11 14:02:04 +02:00
..
gmock clang-tidy configuration cleanup 2022-05-11 14:02:04 +02:00
gtest Update gtest to 1.9.0 version 2019-04-23 16:37:18 +02:00
CMakeLists.txt Copyright header update 2021-05-17 20:38:19 +02:00
README.md Update gtest to 1.9.0 version 2019-04-23 16:37:18 +02:00
gmock-gtest-all.cc Update gtest to 1.9.0 version 2019-04-23 16:37:18 +02:00

README.md

GoogleTest and GoogleMock libraries

Version used 1.9.0

Generating

To create required files:

git clone https://github.com/google/googletest gtest cd gtest/googlemock/scripts mkdir /tmp/out ./fuse_gmock_files.py .. /tmp/out/

* output files are stored in /tmp/out