Projects in Awesome Lists tagged with google-test
A curated list of projects in awesome lists tagged with google-test .
https://github.com/ttroy50/cmake-examples
Useful CMake Examples
boost catch clang clang-format cmake cpack cpp cppcheck ctest google-test static-analysis tutorial unit-testing
Last synced: 10 Apr 2025
https://github.com/filipdutescu/modern-cpp-template
A template for modern C++ projects using CMake, Clang-Format, CI, unit testing and more, with support for downstream inclusion.
ccache ci clang-format cmake cmake-module cmake-template cmakelists code-coverage codecov continuous-integration cpp github-action github-actions google-test gtest open-source package-manager project-template static-analysis template
Last synced: 15 May 2025
https://github.com/nholthaus/gtest-runner
A cross-platform, Qt5 based Graphical User Interface for Google Test unit tests
cpp cross-platform dark-theme google-test graphical-user-interface qt5
Last synced: 07 Apr 2025
https://github.com/csoltenborn/googletestadapter
Visual studio extension that adds support for the C++ testing framework Google Test.
c-plus-plus cpp google-test visual-studio-extension
Last synced: 16 May 2025
https://github.com/germanaizek/webdriverxx
Client API for Selenium Server
automation-framework automation-selenium automation-testing automation-ui c cmake cpp cpp11 freebsd google-test gtest linux selenium selenium-server selenium-tests selenium-webdriver windows
Last synced: 06 Apr 2025
https://github.com/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.
box2d cmake cpp cpp17 curl curl-library dear-imgui engine github-actions glfw google-test imgui libcurl openal opengl portaudio stb-image stb-truetype vulkan vulkan-game-engine
Last synced: 10 Apr 2025
https://github.com/davidstutz/googlemock-example
An example of using Google Mock inspired by Martin Fowler's "Mocks Aren't Stubs".
google-mock google-test software-engineering
Last synced: 05 Oct 2025
https://github.com/macmade/gmock-xcode
Xcode integration for GoogleMock through XCTest
c-plus-plus gmock google-test googlemock googlemock-test gtest integration test testing testing-tools xcode xcodebuild xctest
Last synced: 12 Mar 2026
https://github.com/johnfercher/boilerplate
Linux, Git, C++, Cmake, Docker, GoogleTests, TravisCI and Shellscript
cmake cpp docker google-test linux shellscript travis
Last synced: 12 Apr 2025
https://github.com/aditya-a-garwal/agavltree
High performance C++ AVL tree implementation with unit tests, examples and benchmarks
algorithm algorithms algorithms-and-data-structures avl-tree balanced-search-trees benchmarks binary-search-tree cpp data-structures google-test linux trees-graphs unit-test windows
Last synced: 12 Jun 2025
https://github.com/orhankupusoglu/concurrent-queue
Thread-safe queue tested with Google Test, calculates Taxicab Numbers
cmake google-benchmark google-test taxicab-number thread-safe-queue
Last synced: 06 Apr 2025
https://github.com/0leksandrbondar/darkspacev2
This is a DarkSpace messanger. You can send files and text messages with your friends.
client-server cmake database google-test multithreading qml qt
Last synced: 01 Aug 2025
https://github.com/bast/calculator
Exercise to practice building projects with CMake.
Last synced: 12 Apr 2025
https://github.com/raleighlittles/minimal-gtest-example
A very very minimal example of how to configure and run GTest, Google's C++ testing framework.
cmake-examples cmakelists cpp google-test gtest ubuntu unit-testing-framework
Last synced: 21 Mar 2025
https://github.com/ginolatorilla/cpp-cmake-template
A C++ project template that uses the CMake build system
asan c-plus-plus clang-tidy cmake cplusplus cpp cpp11 cpp14 cpp17 cxx cxx11 cxx14 cxx17 gmock google-mock google-test gtest project-template template template-project
Last synced: 04 Oct 2025
https://github.com/thombashi/gtest-project-template
C++ test project template using Google Test.
cpp11 google-test project-template template-repository unit-testing
Last synced: 14 Mar 2026
https://github.com/sajed-zarrinpour/modern-cpp--class-materials
Notes on modern c++ programing.
cmake cpp education google-test
Last synced: 16 Apr 2025
https://github.com/bobis33/vengine
Game engine made with Vulkan
3d cmake cpp doxygen engine game-engine github-pages glfw google-test graphics-programming imgui vulkan
Last synced: 08 Sep 2025
https://github.com/aditya-a-garwal/aghashtable
High performance C++ Hash Table implementation
algorithm algorithms algorithms-and-data-structures benchmark data-structures google-test hashmap hashset hashtable linux lookup-table unit-test windows
Last synced: 18 Apr 2026
https://github.com/sheepgrass/cpp_project_framework
C++ Project Framework is a framework for creating C++ project.
c-plus-plus cmake conan cpp cross-platform doxygen doxygen-documentation framework google-test gtest jenkins jenkins-pipeline project unit-test
Last synced: 10 Apr 2025
https://github.com/tomzox/gtest_gui
Test runner GUI for Google-Test instrumented test applications
google-test graphical-user-interface gui test-runners testing testing-tool tkinter-python
Last synced: 14 May 2025
https://github.com/cern/narlibs-gtest
NAR packaging for Google Test (C++ unit testing)
Last synced: 27 Jun 2025
https://github.com/tarc/library-template
C++ library template project, featuring CMake, Conan, Google Test and Github actions
cmake conan cpp githubactions google-test template-project
Last synced: 25 Apr 2026
https://github.com/gusenov/examples-gtest
Примеры использования Google Test.
cpp examples google-test gtest
Last synced: 20 Feb 2026
https://github.com/ziobrowskipiotr/logistic_regression_model
This project implements logistic regression in C++, to predict the likelihood of heart disease, using SQLite for data storage and Google Test for unit testing.
google-test machine-learning sqlite
Last synced: 02 May 2026
https://github.com/dpbm/snake-ai
A simple AI in pure c++ to play the snake game
algorithms c cmake cpp ctest dot-product games games-ai games-ia genetic-algorithm google-test machine-learning machine-learning-algorithms make matrix snake-game
Last synced: 10 Apr 2026
https://github.com/tsmoreland/credentialstore
Win32 Credential Manager API wrapping Win32 funcitons
cmake cpp17 credentialstore csharp dotnet-core google-test java java-11 java-module junit5 nunit spring win32 win32api
Last synced: 22 Aug 2025
https://github.com/daniel1302/game
Simple 2D game written to improve my C++ skils
arkanoid cmake cpp gamedev google-test modern-cpp smfl2
Last synced: 16 Jun 2026
https://github.com/orhankupusoglu/find-first-id
Find first ID in range [0,N) with bit operations, and with Vector/Set/BitSet, check with Google Test and compare with Benchmark
algorithm cmake debruijn google-benchmark google-test header-only
Last synced: 09 Apr 2025
https://github.com/endurodave/integrationtestframework
C++ Integration Test Framework using Google Test and Delegates
asynchronous-function-calling automated-testing cpp cross-platform delegates embedded-systems google-test iec-62304 integration-test integration-testing linux multi-threading multithreading windows
Last synced: 15 Mar 2025
https://github.com/ramsafin/modern-cpp-project-template
Modern C++ project template
clang clang-format clang-tidy clangd cmake cmake-presets coverage cpp cppcheck gcc github-actions google-benchmark google-test sanitizer template vscode
Last synced: 21 Feb 2026
https://github.com/jotavare/unit-testing
Implemented a C++ function, learned how to use CMake and Google Test framework for unit testing. Used a custom cpp devcontainer.
cmake cmakelists cpp devcontainer framework google-test makefile nodejs unit-testing
Last synced: 18 Apr 2026
https://github.com/islamhaqq/sahltestingframework
Unit Testing Framework (Mocking Library Included)
automation automation-framework google-test mocking mocking-library tdd testing unit-testing
Last synced: 23 Feb 2025
https://github.com/harmim/vut-ivs-project-1
Praktické aspekty vývoje software: Projekt 1 – Testování
c-plus-plus cmake code-coverage gcov google-test ivs lcov matrix project red-black-tree test-driven-development testing vut
Last synced: 23 Oct 2025
https://github.com/sgauvin/cpp-test-runner
Test runner for C++
catch2 cli cpp google-test gtest test-automation testing testing-tools testmate
Last synced: 28 Apr 2026
https://github.com/lesnyrumcajs/matasanocpp
Matasano Crypto Challenge using C++
cpp cryptography cryptopals-challenges google-test
Last synced: 19 Jun 2026
https://github.com/ahmadaddakhakhny/bbb-application
Beaglebone Black Application Development with and workflows.
beagleboneblack-sdk clang-format clang-tidy cmake codecov cpm cpp google-test makefile qt6 sanitizer
Last synced: 30 Jun 2026
https://github.com/justinstarrsnhu/secure-coding
Focused on solving common security vulnerabilities (e.g. Numeric/Buffer Over/Under flows and SQL Injection) found in software and writing secure code to mitigate risks to software and data.
cppcheck defense-in-depth encryption-techniques exception-handling google-test principle-of-least-privilege security vulnerabilities zero-trust-security
Last synced: 19 Jun 2025
https://github.com/mickaelblet/mockf
Mock C/C++ functions using gmock
cpp98-compatible google-mock google-test header-only libc mock
Last synced: 11 Jan 2026
https://github.com/emelyantsev/hands-on-design-patterns-cpp
cpp design-patterns google-benchmark google-test
Last synced: 21 Mar 2025
https://github.com/simonthorell/hash-bosse-cat
A desktop GUI password recovery tool built with C++, openSSL and Qt framework capable of cracking hashes from various algorithms using wordlists.
cpp google-test gui-application openssl qt-framework
Last synced: 07 Mar 2026
https://github.com/joebew42/stringcalculatorkata
An example of Google Test and C++ project
eclipse-cdt google-test kata playground
Last synced: 06 Apr 2025
https://github.com/e-gleba/gauss-matrix-method
This is a private repository containing university labs dedicated to comp. techs. Lab theme: Gauss matrix equation solving
cpp17 gaussian-processes google-test
Last synced: 05 Nov 2025
https://github.com/cameronclay/wnlib-chat
GUI based application similar to IRC, with the ability to connect to a chat server to send and receive messages from server members. Supports whiteboard. Written in C++ using WNLIB.
cmake cpp google-test library multithreading qt sockets stl tcp-client-server win32-api
Last synced: 11 Apr 2026
https://github.com/cameronclay/dynamic-functions
Library which enables the ability to conditionally call functions at compile time based on the parameters passed, and store those functions in statically typed containers. Written in C++ using template metaprogramming.
cpp17 google-test library stl type-list vcpkg
Last synced: 03 Jun 2026
https://github.com/damianlebiedz/langtons-ant
Implementation of Langton's ant in C++
cellular-automata cellular-automaton cmake cpp google-test gtest langtons-ant langtonsant sfml
Last synced: 09 Jun 2026
https://github.com/wdv4758h/template-meta
cmake google-test pytest python template-project travis-ci
Last synced: 24 Mar 2025
https://github.com/gotbordom/selfupdate
This was a coding interview problem asking to write a self updating application.
Last synced: 16 Jul 2025
https://github.com/denizariyan/gflake
A CLI tool to automatically discover and repeatedly run Google Test (gtest) test cases to identify flaky tests.
cpp flaky-tests google-test gtest python testing
Last synced: 14 Jan 2026
https://github.com/dingola/cpptemplate
Template for creating C++20 projects
ccache ci clang-format clang-tidy cmake cmakelists codecov cplusplus-20 dockerfile doxygen google-test linux mac nsis sanitizer template-project windows
Last synced: 13 Apr 2026
https://github.com/lunastev/google-entrance-test
A repository started out of curiosity about Google's hiring tests. I began this to study core concepts and improve my pure skills.
Last synced: 19 Oct 2025
https://github.com/ttwag/p11_lru_cache
Simulate a fully-associative LRU cache with user-modifiable block number
cache-simulator cpp14 dsa-algorithm dsa-practive google-test hardware-designs object-oriented-programming test-automation
Last synced: 13 Feb 2026
https://github.com/whatchamacallem/libhatchet
libhatchet is a lightweight C17/C++20 bespoke alternative to the C++ standard library designed for cross-compilation to resource-constrained targets like DSPs, FPGAs, ASICs or WebAssembly.
asic c-plus-plus-20 c-plus-plus-programming cross-compile dsp embedded embedded-systems fpga google-test wasm webassembly
Last synced: 11 May 2026
https://github.com/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.
bash bash-script bfs cplusplus cpp dfs euclidean-distances file-organizer google-test
Last synced: 06 Mar 2026
https://github.com/joshuachp/progetto_sistemi_operativi_2020
Progetto sistemi operativi UNIVR 2019/2020
c cpp google-test linux-syscall
Last synced: 20 Apr 2026
https://github.com/tarc/yet-another-template-project
C++ template project featuring CMake, Conan, Google Test and Github actions
cmake conan cpp githubactions google-test template-project
Last synced: 21 Apr 2026
https://github.com/s0mewha7/bmstu-cpp-works
a repository storing implementations of various built-in functions сpp language
1semestr cmake cpp23 git gitignore google-mock google-test homework-project homeworks list makefile optional readme-md string tree-structure vector workflow
Last synced: 25 Apr 2026
https://github.com/shakelake/upnp-chat
UPnP Chat
asio-library chat cpp google-test miniupnpc qt6 upnp
Last synced: 28 Apr 2026
https://github.com/cameronclay/parallel-co-processing
Distributed Data Processing application (Windows only) that utilizes multiple computers to execute an algorithm on a set of data.
boost cpp google-test stl win32-api wnlib
Last synced: 12 Jun 2026
https://github.com/mangad/cppdsa
My personal study on Data Structures and Algorithms in C++.
algorithms cmake conan2 cpp cpp17 cpp20 data-structures data-structures-and-algorithms doxygen google-benchmark google-test gprof perf valgrind
Last synced: 15 Jun 2026
https://github.com/fpopic/cmake-googletest-template-project
(PoC) Empty CMake project with GoogleTest library used as subproject for unit testing some C++ code "lib/mylib/".
cmake google-test testing unit-testing
Last synced: 16 Jun 2026
https://github.com/smirnovlad/mipt-psamcs-atp-formal-semester-3
MIPT "Formal languages and translations" course
algorithms cyk-algorithm dfa-minimization google-test
Last synced: 20 Mar 2025