This repo just show the basic usage of gtest in your project.
cd gtest && make build
cd build
cmake ..
make
cd build/samples
./hello_test
cd build/samples
./hello_test --gtest_list_tests
# Show more usage.
./hello_test --help
This repo just show the basic usage of gtest in your project.
cd gtest && make build
cd build
cmake ..
make
cd build/samples
./hello_test
cd build/samples
./hello_test --gtest_list_tests
# Show more usage.
./hello_test --help