summaryrefslogtreecommitdiff
path: root/common/test.c
Commit message (Collapse)AuthorAgeFilesLines
* common: Abort test cases when one failsStef Walter2013-06-131-0/+2
|
* Our own unit testing frameworkStef Walter2013-05-211-0/+261
* Support the TAP protocol * Much cleaner without having to carry around state * First class support for setup/teardown * Port the common tests * Wait on porting other tests until we've merged outstanding code