Skip to main content

µTest++ Testing Framework v5.0.1 released

· 2 min read

Version 5.0.1 is a maintenance release; it removes the hard dependency on diag-trace and updates to the latest test configurations.

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@5.0.1 -verbose

Comprehensive instructions are available in the Install Guide.

Source code

Major changes

  • None.

Bug fixes

  • None.

Enhancements

  • Removed the hard dependency on diag-trace; "micro-os-plus/diag/trace.h" is included only if available.
  • Updated to the latest test configurations, most of them being automatically generated from templates.

Known issues

  • None.

Continuous Integration tests

Prior to publication, a suite of tests was executed. The results can be reviewed at: