Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
LICENSE | D | 12-May-2024 | 1.4 KiB | 29 | 25 | |
README.cef | D | 12-May-2024 | 522 | 18 | 13 | |
gtest-all.cc | D | 12-May-2024 | 449.4 KiB | 12,502 | 7,951 | |
gtest.h | D | 12-May-2024 | 462.6 KiB | 12,381 | 5,999 |
README.cef
1Name: Google C++ Testing Framework 2Short Name: gtest 3URL: https://github.com/google/googletest 4License: BSD (see LICENSE file) 5 6Description: 7Fuzed (single header/source file) version of GoogleTest. Generated from a 8Chromium version 93.0.4577.51 source checkout with the following command: 9 10cd /path/to/chromium/src/third_party/googletest/src/googletest/scripts 11./fuse_gtest_files.py <out_directory> 12 13This script was removed from GTest in 14https://github.com/google/googletest/commit/47f819c3ca. 15 16Local Modifications: 17None. 18