Skip to content

Googletest - Google Testing and Mocking Framework

License

Notifications You must be signed in to change notification settings

bakkiraju/googletest

 
 

Repository files navigation

Google Test

Modified original googletest to

  1. explicitly allow skipping of tests in a testsuite by using set_skipped(true)
  2. Show the skipped tests using the flag --gtest_show_skips

These were added because I re-purposed original googletest to create a Diagnostics hardware test infrastucture.

About

Googletest - Google Testing and Mocking Framework

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 83.4%
  • Python 13.2%
  • CMake 1.0%
  • Shell 1.0%
  • C 0.8%
  • Starlark 0.6%