Skip to content
/ gtest Public

Just trying an unit test created by Google

Notifications You must be signed in to change notification settings

t-h2o/gtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Google test

GoogleTest is Google’s C++ testing and mocking framework. This user’s guide has the following contents

Install gtest library

  1. Install the package gtest

  2. Clone the GitHub repository google/googletest.git

  3. Generate the Makefile with: cmake CMakeLists.txt

  4. Generate the library with: make

  5. Move the library into /usr/lib/

    # cp lib/libgtest.a /usr/lib/

About

Just trying an unit test created by Google

Topics

Resources

Stars

Watchers

Forks