gtest-guide.txt revision 299742
1Googlemock and Googletest Suite for Subversion
2---------------------------------------------
3
4Googlemock and Googletest are external packages that are downloaded
5and compiled on request, as part of regular compilations.
6
7Googlemock is available here:
8
9    https://code.google.com/p/googlemock/
10
11The source packages already include Googletest, which is available
12here:
13
14   https://code.google.com/p/googletest/
15
16Subversion uses Googlemock and Googletest for the C++HL test suite.
17
18
19
20To configure Subversion to use Googlemock, type
21
22   ./get-dep.sh gmock
23
24This will download Googlemock and put the fused source into the
25'gmock-fused' directory. Once it's there, configure will pick it up
26automatically (but you do have to re-run autogen.sh and configure).
27
28You can disable building Googlemock (and hence the C++HL test suite)
29with the --disable-gmock configure option. This will tell configure to
30ignore the gmock-fused directory.
31