Testing in C

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 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.

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

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • 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