Skip to content

Latest commit

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date

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

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages