Does a beginner friendly guide to CTest exit?

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • cmake-init

    The missing CMake project initializer

  • What are you specifically interested in? cmake-init gives you a C project with CTest setup and in the examples there is a project that uses CTest scripts to drive CI.

  • check-type-align

    Check the alignment requirement of a type in CMake

  • What are you specifically interested in? cmake-init gives you a C project with CTest setup and in the examples there is a project that uses CTest scripts to drive CI.

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

    A Micro (1k lines of code) Unit Test Framework for C/C++ (by jasmcaus)

  • Checking type/abi sizes can and should be an optional part of the testing framework and can be done via target-adjustable macros: https://github.com/jasmcaus/tau/issues/22

  • dotfiles

  • If you want a more minimal example for explanation, you can check my cmake template: https://github.com/matu3ba/dotfiles/blob/master/templates/CMakeList.txt

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