An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with google-test

A curated list of projects in awesome lists tagged with google-test .

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/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/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/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.

cmake cpp fortran google-test

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/sajed-zarrinpour/modern-cpp--class-materials

Notes on modern c++ programing.

cmake cpp education google-test

Last synced: 16 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)

google-test nar-packaging

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/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/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/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/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/squawk7x/quteskatgame

THE german card game - UNDER CONSTRUCTION

card cpp game german google-test oop qt reference signal skat slot universal

Last synced: 29 Apr 2026

https://github.com/gotbordom/selfupdate

This was a coding interview problem asking to write a self updating application.

cpp google-test

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/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.

google google-test

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/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/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