Criterion VS rexo

Compare Criterion vs rexo and see what are their differences.

Criterion

A cross-platform C and C++ unit testing framework for the 21st century (by Snaipe)

rexo

Neat single-file cross-platform unit testing framework for C/C++. (by christophercrouzet)
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
Criterion rexo
9 1
1,925 27
- -
5.7 2.6
5 months ago 5 months ago
C C
MIT License The Unlicense
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Criterion

Posts with mentions or reviews of Criterion. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-11.

rexo

Posts with mentions or reviews of rexo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-11.
  • Show HN: RK Test, a Google Test style library written in C99
    3 projects | news.ycombinator.com | 11 Dec 2023
    I really like Google Test, but am planning on doing some embedded development in C, where I sometimes find it awkward to test C code using a C++ library.

    Therefore, I wrote a small unit test library closely mimicking Google Test. It consists of two source files, "rktest.c" and "rktest.h", and is about 1k lines of code and written in C99.

    It uses a trick for self registering tests by placing pointers to the unit test functions into a known place in program memory, that I first learned about from https://github.com/christophercrouzet/rexo/ and https://github.com/Snaipe/Criterion/.

What are some alternatives?

When comparing Criterion and rexo you can also consider the following projects:

c_koans - C Koans

cauldron - A collection of single-file C libraries. (generic containers, random number generation, argument parsing and other functionalities)

gauge - Lean Haskell Benchmarking

libcester - A robust header-only unit testing framework for C and C++ programming language. Support function mocking, memory leak detection, crash report.

software-for-fun

asciinema-edit - asciinema casts post-production tools

mite - Minimalist test framework for C language.

gid - Help project managers and project owners with easy-to-understand views of github issue dependencies.

learn-you-a-haskell - “Learn You a Haskell for Great Good!” by Miran Lipovača

Mimick - A KISS, cross-platform C mocking library

TrumpScript - Make Python great again

utest.h - 🧪 single header unit testing framework for C and C++