Looking for unittest libraries in pure C

This page summarizes the projects mentioned and recommended in the original post on /r/C_Programming

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Criterion

    A cross-platform C and C++ unit testing framework for the 21st century

    My school uses Criterion (doc). source code

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • build

    Sample project showing a minimalist multiplatform build (by thradams)

  • greatest

    A C testing library in 1 file. No dependencies, no dynamic allocation. ISC licensed.

    Greatest is 1 header file. https://github.com/silentbicycle/greatest

  • mite

    Minimalist test framework for C language.

    I once wrote my own: https://github.com/maxim2266/mite

  • I have written this one: https://gitlab.com/Alexgaard/software-for-fun/-/tree/main/Utilities/testlib

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • A Vulnerability in Implementations of SHA-3, Shake, EdDSA

    2 projects | news.ycombinator.com | 7 Mar 2023
  • How ReportPortal "Made" Pytest Run Twice

    1 project | dev.to | 24 Nov 2024
  • Local Variables as Accidental Breadcrumbs for Faster Debugging

    1 project | news.ycombinator.com | 10 Oct 2024
  • Hash Function Quality And Speed Tests Leaderboard

    1 project | news.ycombinator.com | 11 Jun 2024
  • Show HN: RK Test, a Google Test style library written in C99

    3 projects | news.ycombinator.com | 11 Dec 2023

Did you konow that C is
the 6th most popular programming language
based on number of metions?