We also removed gtest-all.cc from the distribution tarball.
authorMisha Brukman <brukman+llvm@gmail.com>
Fri, 2 Jan 2009 15:28:00 +0000 (15:28 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Fri, 2 Jan 2009 15:28:00 +0000 (15:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61581 91177308-0d34-0410-b5e6-96231b3b80d8

utils/unittest/googletest/README.LLVM

index 4b720478daa70adad72acd5ebaf517e2953aded7..c66affd16224571a2d2bfd73e6c1c8d16050c2ef 100644 (file)
@@ -15,13 +15,12 @@ $ rm -f `find . -name \*\.pump`
 $ mv src/* .
 $ rmdir src
 
-# Move the extra header into the already-existing internal headers dir
+# Move extra headers into the already-existing internal headers dir
 $ mv *.h include/gtest/internal/
 
 # Update paths to the included files
 $ perl -pi -e 's|^#include "src/|#include "gtest/internal/|' *.cc
 
-# We have our own main() .
-$ rm -f gtest_main.cc
+$ rm -f gtest-all.cc gtest_main.cc
 
 For the license, see the file COPYING in this directory.