summaryrefslogtreecommitdiffstats
path: root/llvm/utils/unittest/googletest/README.LLVM
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
commit80ba6b7732837364b53ae36a74e04dc7eb94ca76 (patch)
tree228302b1dce8be3ac4795bac64a9f1978a8241ee /llvm/utils/unittest/googletest/README.LLVM
parentc7affb0a8fba5c45a41d58d7424073f09dad222f (diff)
downloadbcm5719-llvm-80ba6b7732837364b53ae36a74e04dc7eb94ca76.tar.gz
bcm5719-llvm-80ba6b7732837364b53ae36a74e04dc7eb94ca76.zip
We also removed gtest-all.cc from the distribution tarball.
llvm-svn: 61581
Diffstat (limited to 'llvm/utils/unittest/googletest/README.LLVM')
-rw-r--r--llvm/utils/unittest/googletest/README.LLVM5
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/utils/unittest/googletest/README.LLVM b/llvm/utils/unittest/googletest/README.LLVM
index 4b720478daa..c66affd1622 100644
--- a/llvm/utils/unittest/googletest/README.LLVM
+++ b/llvm/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.
OpenPOWER on IntegriCloud