µTest++ Testing Framework v3.2.2 released
Version 3.2.2 is a maintenance release; it silences some warnings and updates RPATH processing.
The µTest++ Testing Framework project is a C++ source code library with a lightweight testing framework for embedded systems.
Prerequisites
When installed via xpm, this project requires the xPack Prerequisites.
However, like any source code library, this project can also be integrated into another project in the traditional manner, either by copying the relevant files into the target project or by linking the entire project as a Git submodule.
Install
The most convenient way to integrate the @micro-os-plus/micro-test-plus
package into a project is to add it as a dependency via xpm.
xpm install @micro-os-plus/micro-test-plus@3.2.2 -verbose
Comprehensive instructions can be found in the Install Guide.
Source code
Bug fixes
- recent clang complained about some Doxygen metadata; warnings silenced
- RPATH processing updated
Enhancements
- none
Known problems
- none
CI tests
Before publishing, a set of tests were performed . The results are available from: