Skip to content

yangwang201911/gtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gtest

This repo just show the basic usage of gtest in your project.

How to build

cd gtest && make build
cd build
cmake ..
make

How to run

run the samples

cd build/samples
./hello_test

list all of the test cases in this hello_test.

cd build/samples
./hello_test --gtest_list_tests

# Show more usage.
./hello_test --help

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages