diff options
author | mazong1123 <mazong1123@gmail.com> | 2016-05-15 13:32:56 (GMT) |
---|---|---|
committer | mazong1123 <mazong1123@gmail.com> | 2016-05-15 13:32:56 (GMT) |
commit | 01f3d09f9f6c2743babcd819d18ce5481ef5dbf7 (patch) | |
tree | a303b35ac5f8ce24b2619f0fc0c8f80e9469c741 /googlemock | |
parent | 2746b57f78a05671bd605623be492dc74d6860bd (diff) | |
download | googletest-01f3d09f9f6c2743babcd819d18ce5481ef5dbf7.zip googletest-01f3d09f9f6c2743babcd819d18ce5481ef5dbf7.tar.gz googletest-01f3d09f9f6c2743babcd819d18ce5481ef5dbf7.tar.bz2 |
Updated the value of GTEST_DIR to reflect the googletest dir.
Diffstat (limited to 'googlemock')
-rw-r--r-- | googlemock/make/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/make/Makefile b/googlemock/make/Makefile index c1cc0e9..7c13e05 100644 --- a/googlemock/make/Makefile +++ b/googlemock/make/Makefile @@ -17,7 +17,7 @@ # Points to the root of Google Test, relative to where this file is. # Remember to tweak this if you move this file, or if you want to use # a copy of Google Test at a different location. -GTEST_DIR = ../gtest +GTEST_DIR = ../../googletest # Points to the root of Google Mock, relative to where this file is. # Remember to tweak this if you move this file. |