cef/tests/gtest
Marshall Greenblatt 5918d426b3 Fix gtest path (issue #2188) 2017-06-13 17:09:59 +03:00
..
include/gtest Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
CMakeLists.txt.in Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05: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.