brintos

brintos / llvm-project-archived public Read only

0
0
Text · 605 B · 48ac776 Raw
20 lines · plain
1LLVM notes2----------3 4This directory contains the 'googlemock' component of Google Test 1.14.0, with5all elements removed except for the actual source code, to minimize the6addition to the LLVM distribution.7 8Cleaned up as follows:9 10# Remove all the unnecessary files and directories11$ rm -f CMakeLists.txt configure* Makefile* CHANGES CONTRIBUTORS README README.md .gitignore12$ rm -rf build-aux make msvc scripts test docs13$ rm -f src/gmock_main.cc14 15# Put the license in the consistent place for LLVM.16$ mv LICENSE LICENSE.TXT17 18Modified as follows:19* Support for std::begin/std::end in gmock-matchers.h20