µTest++ Testing Framework v3.3.1 released
Version 3.3.1 is a maintenance release, addressing the static initialisation of test suites.
The µTest++ Testing Framework project is a C++ source code library that provides a lightweight testing framework specifically designed 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.
Installation
The most straightforward method to incorporate the @micro-os-plus/micro-test-plus
package into a project is to declare it as a dependency using xpm.
xpm install @micro-os-plus/micro-test-plus@3.3.1 -verbose
Comprehensive instructions are available in the Install Guide.
Source code
Bug fixes
- [#16]: In the previous release, a bug was introduced, affecting the initialisation of test suites; fixed.
Enhancements
- None.
Known issues
- None.
Continuous Integration tests
Prior to publication, a suite of tests was executed. The results can be reviewed at:
