Unit Test Assert Framework for the core Flight System (cFS) Components
OBSOLETE - Please proceed to new repo:
https://github.com/nasa/cFE/tree/master/tools/ut_assert
This project will be closed in the near future
core Flight System (cFS) unit test library providing a framework and collection of utilities that are designed to facilitate assert based unit testing of tasks and applications build to run on top of the cFS OSAL and/or core Flight Executive (cFE) layers.
The unit test framework relieves developers from repeatedly implementing common unit testing functions and they enforce a common look-and-feel that helps test maintenance. ...
The TclUnit project is an implementation of the xUnit unit test framework, in Tcl. It provides a framework for organizing tests, plus utilities and extensions to facilitate unit testing of programs and libraries through the Tcl programming language.