Basic Smaples of GTest Description Just create some basic examples to guide how to use GTEST. Getting Started Dependencies clone and install Google-gtest. mkdir build && cd build cmake .. -DBUILD_GMOCK=ON make install How to build mkdir build && cd build cmake .. make How to run demos cd build ./hello_test Authors Wang, Yang Version History 0.1 Initial Release Acknowledgments Quick-start GMOCK