Linux安装gtest
git clone https://github.com/google/googletest cd googletest mkdir build cd build cmake .. make sudo make install