Skip to content

shotahirama/GoogleTestSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoogleTestSample

This is the exmaple code that Google Test.

INSTALL

How to install Google Test

  • Mac
brew install gtest
  • Ubuntu
git clone https://github.com/google/googletest.git
cd googletest
mkdir build
cd build
cmake ..
make
make install

Usage

git clone https://github.com/shotahirama/GoogleTestSample.git
cd GooleTestSample
mkdir build
cd build
cmake ..
make
./sampletest

Links

Google Test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published