google-test
There are 198 repositories under google-test topic.
ttroy50/cmake-examples
Useful CMake Examples
filipdutescu/modern-cpp-template
A template for modern C++ projects using CMake, Clang-Format, CI, unit testing and more, with support for downstream inclusion.
nholthaus/gtest-runner
A cross-platform, Qt5 based Graphical User Interface for Google Test unit tests
csoltenborn/GoogleTestAdapter
Visual studio extension that adds support for the C++ testing framework Google Test.
GermanAizek/webdriverxx
Client API for Selenium Server
Brotcrunsher/BrotBoxEngine
A C++ prototyping engine that is striving for an easy to use API, hiding all the dirty details so that you don't have to care.
alfaix/neotest-gtest
Google Test adapter for nvim-neotest
dimkatsi91/Cpp-STL-Examples
C++ STL Examples
nordlow/gtest-tutorial
Tutorial on learning the Google Test (GTest) testing framework
TheLongRunSmoke/utility-boilerplate-qt
🚀Boilerplate for C++ utility application based on Qt5
jenshemprich/tf-cpp-pose-estimation
Tensorflow C++ examples for Visual Studio. Features Pose Estimation and various techniques to utilize the Tensorflow C++ interface
davidstutz/googlemock-example
An example of using Google Mock inspired by Martin Fowler's "Mocks Aren't Stubs".
hacksdump/googletest-coverage
Google Test coverage report generation
macmade/gmock-xcode
Xcode integration for GoogleMock through XCTest
Ryan4253/RaidZeroLib
Advanced Robot Control Library for the VEX Robotics Competition
tfazli/stm_cmake_template
STM32 CMake Template with Google Test support
harshvs/android-gtest-driver
Google Test for native (NDK/C++) Android Apps
VSS-SDK/VSS-Vision
Sistema de visĂŁo computacional para rastrear objetos em um campo de futebol.
johnfercher/boilerplate
Linux, Git, C++, Cmake, Docker, GoogleTests, TravisCI and Shellscript
codezonediitj/BNN
Deep Learning Framework with a specialisation aimed for Binarized Neural Networks.
EvolvedHQ/cookiecutter-kata-gtest
A cookiecutter template for creating a simple C++ TDD code kata project using with Google Test / Google Mock
mtavkhelidze/cmake-and-gtest-skeleton
A skeleton CMake C++ library project with Google Test support
Aditya-A-garwal/AgAVLTree
High performance C++ AVL tree implementation with unit tests, examples and benchmarks
codezonediitj/adaboost
Implementation of AdaBoost Algorithm
kelarov/App
A Learning Ground for C++ Enthusiasts
MarvellousBee/MC-STL-generator
3D print your Minecraft skin!
bobis33/VEngine
Game engine made with Vulkan
courseworks/AUT_AP_2025_Spring_HW1
This repo contains Homework 1 for AUT_AP_2025_Spring, featuring 3 tasks: a Bash file organizer, a C++ 3D point sorter, and an island counter in a 2D grid.
joshkel/gtpp
Google Test Pretty Printer
OrhanKupusoglu/concurrent-queue
Thread-safe queue tested with Google Test, calculates Taxicab Numbers
tfazli/gtest
Google Testing Framework with ARM none-eabi support (STM32, NXP, etc.)
bast/calculator
Exercise to practice building projects with CMake.
gocarlos/unit_tests_example
Example Cmake project with Unit tests (google test and Ctest) as well as Travis-CI integration
TomVer99/C-CPP_CMake_GTest-GithubActions
Template repo for C/C++ projects that use CMake and Google Tests for Github Actions
VSS-SDK/VSS-Core
Interfaces de comunicação, domĂnio e mĂ©todos uteis para o VSS-SDK.
waveyboym/COS-214-Project
A restaurant simulation application that makes use of various design patterns. implemented in C++ by {{NULL}}_Exceptions