A Micro (1k lines of code) Unit Test Framework for C/C++
-
Updated
Nov 12, 2024 - C
Software testing is the act of examining the artifacts and the behavior of the software under test by validation and verification to make sure it works. Software testing can also provide an objective, independent view of the software to allow the business to appreciate and understand the risks of software implementation. Testing can be iterative, and happen multiple times.
A Micro (1k lines of code) Unit Test Framework for C/C++
OpenMP Offloading Validation & Verification Suite; Official repository. We have migrated from bitbucket!! For documentation, results, publication and presentations, please check out our website ->
C/C++ example project for CI testing with Github Actions or Travis CI + build badges
A small C unit test library closely mimicking Google Test
PicoTest is a single-file unit testing framework for C programs that follows the xUnit principles.
Portable C Unit Testing Framework
Unit testing framework for C/C++. Easy to use by simply dropping stest.c and stest.h into your project!
Unary test cross-platform library in C
An easy-to-use unit testing framework for C applications.
Automatic C source code testing framework
libtdd is a minimalist testing framework inspired by the golang testing pkg
A C testing framework with test fixture and nested assertion support.
Checkygen / C unit-testing integrated in Doxygen
Modern xUnit testing framework for C11 and beyond.
CAT is a lightweight and simple framework for writing tests in C
minicut - MINImalist C Unit Test
a framework for statistical analysis of application sensitivity to OS unpredictability that can help developers build more resilient software, discover challenging bugs and identify the scenarios that most need validation.
Adding custom system calls to the linux kernel 5.14.3