Skip to content

yangwang201911/GtestSamples

Repository files navigation

Basic Smaples of GTest

Description

Just create some basic examples to guide how to use GTEST.

Getting Started

Dependencies

  • clone and install Google-gtest.
mkdir build && cd build
cmake .. -DBUILD_GMOCK=ON
make install

How to build

mkdir build && cd build
cmake ..
make

How to run demos

cd build
./hello_test

Authors

Wang, Yang

Version History

  • 0.1
    • Initial Release

Acknowledgments

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published