README.LLVM 711 B

1234567891011121314151617181920
  1. LLVM notes
  2. ----------
  3. This directory contains Google Test 1.8.0, with all elements removed except for
  4. the actual source code, to minimize the addition to the LLVM distribution.
  5. Cleaned up as follows:
  6. # Remove all the unnecessary files and directories
  7. $ rm -f CMakeLists.txt configure* Makefile* CHANGES CONTRIBUTORS README README.md .gitignore
  8. $ rm -rf build-aux cmake codegear m4 make msvc samples scripts test xcode docs
  9. $ rm -f `find . -name \*\.pump`
  10. $ rm -f src/gtest_main.cc
  11. # Put the license in the consistent place for LLVM.
  12. $ mv LICENSE LICENSE.TXT
  13. Modified as follows:
  14. * Added support for NetBSD, Minix and Haiku.
  15. * Added raw_os_ostream support to include/gtest/internal/custom/gtest-printers.h.