PicoTest
A minimalist unit testing framework for C programs
|
examples | |
filter.c | Example of PicoTest test filter, allows custom filtering of test functions |
fixtures.c | Demonstrates test fixture call sequences |
hooks.c | Example of PicoTest hooks, prints all events to stdout |
logger.c | Example of PicoTest error logging, prints location and info of failed assertions to stdout |
mainSuite.inc | Example of a simple PicoTest suite |
tags.c | Advanced example of PicoTest test filter, implements a primitive tagging feature for test filtering |
traverse.c | Example of PicoTest hierarchy traversal, prints traversed tests to stdout |
include | |
picotest.h | Minimalist unit testing framework for C programs |