xref: /llvm-project/third-party/unittest/googletest/README.LLVM (revision a866ce789eb99da4d7a486eeb60a53be6c75f4fd)
1LLVM notes
2----------
3
4This directory contains Google Test v1.14.0, with all elements removed except
5for the actual source code, to minimize the addition to the LLVM distribution.
6
7Cleaned up as follows:
8
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
13
14# Put the license in the consistent place for LLVM.
15$ mv LICENSE LICENSE.TXT
16
17Modified as follows:
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.
22