Just create some basic examples to guide how to use GTEST.
- clone and install Google-gtest.
mkdir build && cd build
cmake .. -DBUILD_GMOCK=ON
make install
mkdir build && cd build
cmake ..
make
cd build
./hello_test
- 0.1
- Initial Release
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Just create some basic examples to guide how to use GTEST.
mkdir build && cd build
cmake .. -DBUILD_GMOCK=ON
make install
mkdir build && cd build
cmake ..
make
cd build
./hello_test