aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/make
diff options
context:
space:
mode:
authormazong1123 <mazong1123@gmail.com>2016-05-15 21:32:56 +0800
committermazong1123 <mazong1123@gmail.com>2016-05-15 21:32:56 +0800
commit01f3d09f9f6c2743babcd819d18ce5481ef5dbf7 (patch)
treea303b35ac5f8ce24b2619f0fc0c8f80e9469c741 /googlemock/make
parent2746b57f78a05671bd605623be492dc74d6860bd (diff)
downloadgoogletest-01f3d09f9f6c2743babcd819d18ce5481ef5dbf7.tar.gz
googletest-01f3d09f9f6c2743babcd819d18ce5481ef5dbf7.tar.bz2
googletest-01f3d09f9f6c2743babcd819d18ce5481ef5dbf7.zip
Updated the value of GTEST_DIR to reflect the googletest dir.
Diffstat (limited to 'googlemock/make')
-rw-r--r--googlemock/make/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/make/Makefile b/googlemock/make/Makefile
index c1cc0e90..7c13e05f 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.