awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
siu avatar

siu/minunit

0
View on GitHub↗
635 stars·103 forks·C·MIT·6 views

Minunit

Minimal unit testing framework for C

Features

  • Build Systems - An extremely minimal unit testing framework.
  • Testing and Benchmarking - Minimalist unit testing framework for C.
  • Testing and Debugging - Minimal unit testing framework in a single header.
  • Testing Frameworks - Minimalist unit testing framework.

Star history

Star history chart for siu/minunitStar history chart for siu/minunit

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does siu/minunit do?

Minimal unit testing framework for C

What are the main features of siu/minunit?

The main features of siu/minunit are: Build Systems, Testing and Benchmarking, Testing and Debugging, Testing Frameworks.

What are some open-source alternatives to siu/minunit?

Open-source alternatives to siu/minunit include: google/googletest — This project is a comprehensive C++ unit testing framework designed to verify code logic and identify regressions… onqtam/doctest — doctest is a unit testing framework and assertion library for C++ delivered as a single-header library. It provides a… dascandy/hippomocks — Hippomocks. eranpeer/fakeit — C++ mocking made easy. A simple yet very expressive, headers only library for c++ mocking. catchorg/catch2 — Catch2 is a comprehensive framework for C++ software validation, providing an environment for unit testing,… cobaltfusion/debugviewpp — DebugView++, collects, views, filters your application logs, and highlights information that is important to you!

Open-source alternatives to Minunit

Similar open-source projects, ranked by how many features they share with Minunit.
  • dascandy/hippomocksdascandy avatar

    dascandy/hippomocks

    201View on GitHub↗

    Hippomocks

    C++
    View on GitHub↗201
  • eranpeer/fakeiteranpeer avatar

    eranpeer/FakeIt

    1,364View on GitHub↗

    C++ mocking made easy. A simple yet very expressive, headers only library for c++ mocking.

    C++
    View on GitHub↗1,364
  • catchorg/catch2catchorg avatar

    catchorg/Catch2

    20,198View on GitHub↗

    Catch2 is a comprehensive framework for C++ software validation, providing an environment for unit testing, integration verification, and performance analysis. It enables developers to define and execute automated test suites and micro-benchmarks directly within their applications. The framework is distinguished by its header-only distribution, which allows for integration into existing build systems without requiring complex external dependencies. It utilizes a hierarchical section-based execution model that supports behavior-driven testing, allowing for shared setup and teardown logic acros

    C++bddcppcpp14
    View on GitHub↗20,198
  • google/googletestgoogle avatar

    google/googletest

    38,713View on GitHub↗

    This project is a comprehensive C++ unit testing framework designed to verify code logic and identify regressions through a suite of assertion macros, test fixtures, and execution runners. It automates the discovery and registration of test cases during static initialization, allowing developers to define isolated test environments that ensure repeatable and predictable conditions for every execution. The framework distinguishes itself through a sophisticated mock object library that enables the simulation of components and the enforcement of strict interaction requirements. By intercepting v

    C++
    View on GitHub↗38,713
See all 30 alternatives to Minunit→