aboutsummaryrefslogtreecommitdiff
path: root/src/modules/unit_test/unit_test.h
Commit message (Collapse)AuthorAgeFilesLines
* Upgraded unit test frameworkDon Gagne2014-09-131-54/+71
|
* Improved unit test frameworkDon Gagne2014-09-021-0/+18
| | | | | - Added init/cleanup calls before after test - Added ut_compare macro with better failure reporting
* Rewrote to provide better feedbackDon Gagne2014-03-271-38/+31
| | | | | Also allows variables as well as static text for assert text in ut_assert
* Whitespace and formatting cleanup.Simon Wilks2013-08-251-1/+1
|
* Added a simple unit test framework and initial testing some of the commander ↵Simon Wilks2013-08-251-0/+93
state machines.