Testing in C

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

InfluxDB โ€“ Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. utest.h

    ๐Ÿงช single header unit testing framework for C and C++

    I use utest. I do not know how popular or not it is, but it is a simple single-file include with a liberal license and it seems to do what it says it does. Many options I looked at just seemed overly complex and I do not like to drag in piles of heavy dependencies in every thing I code.

  2. InfluxDB

    InfluxDB โ€“ Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. nala

    ๐Ÿฆ Nala - A delightful test framework for C projects. (by eerimoq)

    I use Nala for unit tests. It has all features I need and is easy to use.

  4. bdd-for-c

    A simple BDD library for the C language

    I'm currenlty looking at the bdd-for-c library. It's a new approach to testing to me that I'd like to test out.

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

  • Basic CMake question regarding subdirectories

    2 projects | /r/cpp_questions | 19 Apr 2023
  • static_assert is all you need (no leaks, no UB)

    5 projects | news.ycombinator.com | 10 Apr 2023
  • How do you use the Catch testing library?

    4 projects | /r/cpp_questions | 9 Apr 2023
  • A Vulnerability in Implementations of SHA-3, Shake, EdDSA

    2 projects | news.ycombinator.com | 7 Mar 2023
  • Trying to add tests for my cmake for catch2 with ctest.

    2 projects | /r/cmake | 27 Feb 2023