summaryrefslogtreecommitdiff
path: root/tools/distrib/gtest/README.cef
blob: 2a108812e26718a8e84895bd49eff39b46b9a597 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 a
Chromium version 93.0.4577.51 source checkout with the following command:

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

This script was removed from GTest in
https://github.com/google/googletest/commit/47f819c3ca.

Local Modifications:
None.