4 This directory contains Google Test v1.14.0, with all elements removed except
5 for the actual source code, to minimize the addition to the LLVM distribution.
9 # Remove all the unnecessary files and directories
10 $ rm -f CMakeLists.txt configure* Makefile* CHANGES CONTRIBUTORS README README.md .gitignore
11 $ rm -rf build-aux cmake codegear m4 make msvc samples scripts test xcode docs
12 $ rm -f src/gtest_main.cc
14 # Put the license in the consistent place for LLVM.
15 $ mv LICENSE LICENSE.TXT
18 * Added raw_os_ostream support to include/gtest/internal/custom/gtest-printers.h.
19 * Added StringRef support to include/gtest/internal/custom/gtest-printers.h.
20 * Added LLVM printable value support to include/gtest/gtest-message.h and
21 include/gtest/gtest-printers.h.