cef/tests/gtest
Marshall Greenblatt 7efac13ac1 gtest: Add plugin for TeamCity integration
Automatically report unit tests to the TeamCity server if run within TeamCity.
See tests/gtest/teamcity/README.cef for details.

To test: Set the TEAMCITY_PROJECT_NAME environment variable and run ceftests.
2021-06-24 17:00:21 -04:00
..
include/gtest Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
teamcity gtest: Add plugin for TeamCity integration 2021-06-24 17:00:21 -04:00
CMakeLists.txt.in gtest: Add plugin for TeamCity integration 2021-06-24 17:00:21 -04:00
README.cef.in Fix gtest path (issue #2188) 2017-06-13 17:09:59 +03:00

README.cef.in

Name: Google C++ Testing Framework
Short Name: gtest
URL: https://github.com/google/googletest
License: BSD (see LICENSE file)

Description:
Fuzed (single header/source file) version of GoogleTest. Generated from the
Chromium source checkout with the following command:

cd /path/to/chromium/src/third_party/googletest/src/googletest/scripts
./fuse_gtest_files.py <out_directory>

Local Modifications:
None.