This repo just show the basic usage of gtest in your project.
cd gtest && make build
cd build
cmake ..
makecd build/samples
./hello_testcd build/samples
./hello_test --gtest_list_tests
# Show more usage.
./hello_test --help| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repo just show the basic usage of gtest in your project.
cd gtest && make build
cd build
cmake ..
makecd build/samples
./hello_testcd build/samples
./hello_test --gtest_list_tests
# Show more usage.
./hello_test --help