Skip to content

Marcus-Forte/learning-gtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning GTest

This is a very simple example project that uses GTest and GMock to introduce software testing concepts.

Dependencies

Install it either locally or on your system. If locally installed, make sure to adjust line 21 on CMakeLists.txt with PATHS, or set CMAKE_PREFIX_PATH accordingly.

Usage

  • mkdir build
  • cd build
  • cmake .. -DBUILD_TESTS=ON
  • cmake --build .
  • ctest or ./tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published