![]() 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> |
||
---|---|---|
.. | ||
gmock | ||
gtest | ||
CMakeLists.txt | ||
README.md | ||
gmock-gtest-all.cc |
README.md
GoogleTest and GoogleMock libraries
Version used 1.9.0
Generating
To create required files:
- clone version 1.9.0 of googletest (https://github.com/google/googletest)
- create output directory and run python script to create fused version
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