gtest topic

List gtest repositories

how-to-qemu-arm-gdb-gtest

36
Stars
6
Forks
Watchers

How to run, debug, and unit test ARM code on X86 ubuntu

cpp11training

26
Stars
15
Forks
Watchers

Make unit tests run to exercise your C++11 knowledge

gba-sprite-engine

74
Stars
63
Forks
Watchers

An object-oriented Game Boy Advance sprite engine concept

RISCV-Simulator

187
Stars
18
Forks
Watchers

💻 RISC-V Simulator of RV32I ISA. 5-stage pipeline / out-of-order execution with Tomasulo algorithm and Speculation. Support runtime visualization. Project report available.

modern-cpp-template

1.6k
Stars
209
Forks
Watchers

A template for modern C++ projects using CMake, Clang-Format, CI, unit testing and more, with support for downstream inclusion.

vscode-catch2-test-adapter

194
Stars
50
Forks
Watchers

Catch2, Google Test and doctest Adapter for the VSCode

google-test-examples

272
Stars
79
Forks
Watchers

Short example how to use Google Test with CMake project

emock

118
Stars
35
Forks
Watchers

🐞 下一代C/C++跨平台mock库 (Next generation cross-platform mock library for C/C++)

gtest-tap-listener

74
Stars
24
Forks
Watchers

GoogleTest TAP Listener

refactoring-for-testability-cpp

61
Stars
8
Forks
Watchers

Hard-to-test patterns in C++ and how to refactor them