Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages