blob: 99d0bc5b7ae00f1063ffc641723dad6a6a99d7dd [file] [log] [blame]
Misha Brukmanc89aba32008-12-31 17:34:06 +00001LLVM notes
2----------
3
Chandler Carrutha9775822017-01-04 23:06:03 +00004This directory contains Google Test 1.8.0, with all elements removed except for
Misha Brukmanc89aba32008-12-31 17:34:06 +00005the actual source code, to minimize the addition to the LLVM distribution.
6
7Cleaned up as follows:
Misha Brukman22df2002009-01-01 02:05:43 +00008
9# Remove all the unnecessary files and directories
Chandler Carrutha9775822017-01-04 23:06:03 +000010$ 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
Misha Brukmanc89aba32008-12-31 17:34:06 +000012$ rm -f `find . -name \*\.pump`
Chandler Carruth7c92fbb2013-11-15 10:20:45 +000013$ rm -f src/gtest_main.cc
Misha Brukman22df2002009-01-01 02:05:43 +000014
Chandler Carruth7c92fbb2013-11-15 10:20:45 +000015# Put the license in the consistent place for LLVM.
Chandler Carrutha9775822017-01-04 23:06:03 +000016$ mv LICENSE LICENSE.TXT
Jeffrey Yasskinb797fdc2009-09-05 18:16:17 +000017
Jeffrey Yasskinb797fdc2009-09-05 18:16:17 +000018Modified as follows:
Kamil Rytarowski99c86ba2017-05-06 02:45:42 +000019* Added support for NetBSD, Minix and Haiku.
Chandler Carrutha9775822017-01-04 23:06:03 +000020* Added raw_os_ostream support to include/gtest/internal/custom/gtest-printers.h.