#acutest is a #singleheader unit testing framework for #C and #Cpp.
acutest provides macros and structure for defining unit tests. Each test is a simple function that performs checks. acutest executes tests as child processes by default, but supports single process use when debugging. acutest supports diagnostic messages, test vectors, exception checks, and CLI arguments for running only specific tests.
Website 🔗️: https://github.com/mity/acutest