| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| include/gtest/ | 12-May-2024 | - | 10 | 1 | ||
| CMakeLists.txt.in | D | 12-May-2024 | 991 | 31 | 22 | |
| README.cef.in | D | 12-May-2024 | 408 | 15 | 11 |
README.cef.in
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 the 8Chromium 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 13Local Modifications: 14None. 15