PicoTest
A minimalist unit testing framework for C programs
Loading...
Searching...
No Matches
File List
Here is a list of all documented files with brief descriptions:
[detail level 12]
 
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