diff options
| author | Jay Foad <jay.foad@gmail.com> | 2011-07-27 09:25:14 +0000 |
|---|---|---|
| committer | Jay Foad <jay.foad@gmail.com> | 2011-07-27 09:25:14 +0000 |
| commit | 22a83d667e9f8b63795c6bddad57641ff5c0bf8e (patch) | |
| tree | 117e9828c9fc55d38595b516300fca295397d7b6 /llvm/utils/unittest/googletest/README.LLVM | |
| parent | 6381c0100bd2ec50130942696cdc1662b93c6a02 (diff) | |
| download | bcm5719-llvm-22a83d667e9f8b63795c6bddad57641ff5c0bf8e.tar.gz bcm5719-llvm-22a83d667e9f8b63795c6bddad57641ff5c0bf8e.zip | |
Merge gtest-1.6.0.
llvm-svn: 136212
Diffstat (limited to 'llvm/utils/unittest/googletest/README.LLVM')
| -rw-r--r-- | llvm/utils/unittest/googletest/README.LLVM | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/llvm/utils/unittest/googletest/README.LLVM b/llvm/utils/unittest/googletest/README.LLVM index d6e6f987228..51340e9ceb0 100644 --- a/llvm/utils/unittest/googletest/README.LLVM +++ b/llvm/utils/unittest/googletest/README.LLVM @@ -1,14 +1,14 @@ LLVM notes ---------- -This directory contains Google Test 1.5.0, with all elements removed except for +This directory contains Google Test 1.6.0, with all elements removed except for the actual source code, to minimize the addition to the LLVM distribution. Cleaned up as follows: # Remove all the unnecessary files and directories $ rm -f aclocal* CMakeLists.txt configure* Makefile* CHANGES CONTRIBUTORS README -$ rm -rf build-aux codegear fused-src m4 make msvc samples scripts test xcode +$ rm -rf build-aux cmake codegear fused-src m4 make msvc samples scripts test xcode $ rm -f `find . -name \*\.pump` # Move all the source files to the current directory @@ -21,6 +21,8 @@ $ mv *.h include/gtest/internal/ # Update paths to the included files $ perl -pi -e 's|^#include "src/|#include "gtest/internal/|' *.cc +$ rm -f gtest-all.cc gtest_main.cc + $ mv COPYING LICENSE.TXT |

