googletest
There are 261 repositories under googletest topic.
bast/gtest-demo
Unit test demo using Google Test.
cpp-testing/GUnit
GUnit - Google.Test/Google.Mock/Cucumber on steroids
matepek/vscode-catch2-test-adapter
Catch2, Google Test and doctest Adapter for the VSCode
batman-nair/IRCIS
I Run Chars I See(IRCIS) - a 2d grid based esoteric programming language.
joakim-brannstrom/dextool
Suite of C/C++ tooling built on LLVM/Clang
kinow/gtest-tap-listener
GoogleTest TAP Listener
Zhuagenborn/Echo-Web-Server
☁️ A C++20 echo web server using a thread pool, an epoll and non-blocking sockets to process requests, consisting of a YAML-based configuration, a customizable logger and a min-heap-based timer.(使用C++20开发的Web回声服务器,使用线程池、epoll和非阻塞套接字处理网络请求,并包含YAML配置、日志记录和基于最小堆的定时器。)
brprojects/Limit-Order-Book
Low latency Limit Order Book and Matching Engine created in C++, able to handle over 1.4 million transactions per second.
TheLongRunSmoke/utility-boilerplate-qt
🚀Boilerplate for C++ utility application based on Qt5
selyunin/gtest_submodule
CPP Project with Google test submodule and Github Actions
ginomempin/sample-ci-cpp
Sample project for setting-up Gitlab CI/CD with CMake, googletest, lcov for C++-based applications
ratanparai/cpp-template
C++ console application template using Bazel and googletest
GHF/googletest-ci
Continuous integration (CI) + Google Test (gtest) + CMake example boilerplate demo
hassansalehe/EmbedSanitizer
EmbedSantizer is a runtime race detection tool which extends ThreadSanitizer to detect data races in 32-bit ARM applications.
fweiss/arduino-tdd
A starter project to demo a toolchain for developing Arduino applications using TDD
ValeriiKoniushenko/VaKon2D
Simple game engnine, that better than SFML and SDL
bialger/cpp_tests
C++ Google Tests crossplatform project template with CI/CD. Has a shell installation script.
riera90/generic-makefile
🛠 The makefile that adapts to your project.
offa/NBCndUnit
NetBeans C/C++ unit testing plugin – supporting CppUTest, GoogleTest (gtest) / GoogleMock (gmock) and libunittest C++.
MangaD/cpp-project-template
⚡ A template for modern C++ cross-platform projects. Using CMake, CI/CD, unit tests, code coverage, static and dynamic analisis, auto formatting, package management, documentation, GUI, installers, and more.
jonaskris/Physically-based-deferred-shading
First attempt at writing a good looking 3D renderer. Written in C++ using OpenGL on Ubuntu.
lucas-bremond/generator-cpp
A Yeoman generator for C++ projects.
hongxinGuo/FireBird
从Finnhub.io、Tiingo.com、新浪、腾讯、网易服务器提取全球证券数据,分析处理后存入数据库
anatoly-spb/cmake-googletest-example
CMake GoogleTest Example
cpp-testing/ut-benchmark
Benchmarks - Unit Testing Frameworks
lukezsmith/stm32-dev
A bare metal C project template and development environment for STM32 microcontrollers using Docker and Visual Studio Code. This template includes the GoogleTest testing framework and HAL/CMSIS drivers.
elvisoric/gtester
Wrapper around google test that allows you to re-run and filter failed tests
avengineers/hammocking
Automatic mocking tool for C
helly25/mbo
MBO, a C++20 library: This C++20 library provides some general useful building blocks and integrates with Google's Abseil library.
lukezsmith/stm32-cli
A FreeRTOS C project for the STM32F407 Discovery board that runs a number of GPIO tasks through a UART-driven command line interface. This project uses GoogleTest for unit testing.
mateuszstompor/Linked-List-x86-64-ASM
Boring, well known and one of the easiest data structure to implement BUT this one is written in assembly 🤪
datpham0412/covid19-prediction-model
Machine learning project aimed at predicting new COVID-19 cases using historical COVID-19 and mobility data. The project involves data fetching, migration, preprocessing, exploratory data analysis (EDA), feature engineering, data splitting, model training, and evaluation.
epics-modules/gtest
The Google Test / Google Mock framework with full EPICS integration
perkss/c-kafka-examples
Examples using Kafka with C and C++
pthom/cmake_registertest
cmake scripts for googletest / catch / doctest. Automatic tests registration, even inside library code.
zpervan/GameOfLife
Game of life implemented with the cellular automaton algorithm