Updated the value of GTEST_DIR to reflect the googletest dir.

This commit is contained in:
mazong1123 2016-05-15 21:32:56 +08:00
parent 2746b57f78
commit 01f3d09f9f

View File

@ -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.