aboutsummaryrefslogtreecommitdiff
path: root/src/modules/unit_test
Commit message (Collapse)AuthorAgeFilesLines
* Upgraded unit test frameworkDon Gagne2014-09-132-63/+86
|
* Improved unit test frameworkDon Gagne2014-09-022-0/+23
| | | | | - Added init/cleanup calls before after test - Added ut_compare macro with better failure reporting
* Hotfix: Optimize shell commands for size - we do not need massive ↵Lorenz Meier2014-08-131-0/+1
| | | | performance there
* Rewrote to provide better feedbackDon Gagne2014-03-272-55/+41
| | | | | 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-253-0/+197
state machines.