summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2009-01-02 15:28:00 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2009-01-02 15:28:00 +0000
commit715a958565e7a0fce0876c546fa63b6b9ce8e7b0 (patch)
treeb67d3790f94ae75e1adcab400fd60752bdcd55bb /utils
parent9c5a5b01b4c463fb6dc7c98cfa7ce06e1e9a63dd (diff)
downloadllvm-715a958565e7a0fce0876c546fa63b6b9ce8e7b0.tar.gz
llvm-715a958565e7a0fce0876c546fa63b6b9ce8e7b0.tar.bz2
llvm-715a958565e7a0fce0876c546fa63b6b9ce8e7b0.tar.xz
We also removed gtest-all.cc from the distribution tarball.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61581 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/unittest/googletest/README.LLVM5
1 files changed, 2 insertions, 3 deletions
diff --git a/utils/unittest/googletest/README.LLVM b/utils/unittest/googletest/README.LLVM
index 4b720478da..c66affd162 100644
--- a/utils/unittest/googletest/README.LLVM
+++ b/utils/unittest/googletest/README.LLVM
@@ -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.