Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
include/gmock/ | 23-Nov-2023 | - | 15,084 | 9,777 | ||
src/ | 23-Nov-2023 | - | 1,887 | 1,035 | ||
LICENSE.txt | D | 23-Nov-2023 | 1.4 KiB | 29 | 25 | |
README.LLVM | D | 23-Nov-2023 | 560 | 18 | 13 |
README.LLVM
1LLVM notes 2---------- 3 4This directory contains the 'googlemock' component of Google Test 1.8.0, with 5all elements removed except for the actual source code, to minimize the 6addition to the LLVM distribution. 7 8Cleaned up as follows: 9 10# Remove all the unnecessary files and directories 11$ rm -f CMakeLists.txt configure* Makefile* CHANGES CONTRIBUTORS README README.md .gitignore 12$ rm -rf build-aux make msvc scripts test docs 13$ rm -f `find . -name \*\.pump` 14$ rm -f src/gmock_main.cc 15 16# Put the license in the consistent place for LLVM. 17$ mv LICENSE LICENSE.TXT 18