Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages