aboutsummaryrefslogtreecommitdiff
path: root/doc/programmer/gtest-guide.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/programmer/gtest-guide.txt')
-rw-r--r--doc/programmer/gtest-guide.txt30
1 files changed, 0 insertions, 30 deletions
diff --git a/doc/programmer/gtest-guide.txt b/doc/programmer/gtest-guide.txt
deleted file mode 100644
index 225690c2dd42..000000000000
--- a/doc/programmer/gtest-guide.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-Googlemock and Googletest Suite for Subversion
----------------------------------------------
-
-Googlemock and Googletest are external packages that are downloaded
-and compiled on request, as part of regular compilations.
-
-Googlemock is available here:
-
- https://code.google.com/p/googlemock/
-
-The source packages already include Googletest, which is available
-here:
-
- https://code.google.com/p/googletest/
-
-Subversion uses Googlemock and Googletest for the C++HL test suite.
-
-
-
-To configure Subversion to use Googlemock, type
-
- ./get-dep.sh gmock
-
-This will download Googlemock and put the fused source into the
-'gmock-fused' directory. Once it's there, configure will pick it up
-automatically (but you do have to re-run autogen.sh and configure).
-
-You can disable building Googlemock (and hence the C++HL test suite)
-with the --disable-gmock configure option. This will tell configure to
-ignore the gmock-fused directory.