compute-runtime/third_party/gtest
lgotszal 3bd4bca911 Copyright header update
Dates corrected in copyright headers to reflect original publication date
(2018 for OpenCL, 2020 for Level Zero).

Signed-off-by: lgotszal <lukasz.gotszald@intel.com>
2021-05-17 20:38:19 +02:00
..
gmock Update gtest to 1.9.0 version 2019-04-23 16:37:18 +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