Commit 01f3d09f by mazong1123

Updated the value of GTEST_DIR to reflect the googletest dir.

parent 2746b57f
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
# Points to the root of Google Test, relative to where this file is. # 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 # Remember to tweak this if you move this file, or if you want to use
# a copy of Google Test at a different location. # 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. # Points to the root of Google Mock, relative to where this file is.
# Remember to tweak this if you move this file. # Remember to tweak this if you move this file.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment