v2.6.0_RC1
版本发布时间: 2023-11-14 06:09:23
ThrowTheSwitch/Unity最新发布版本:v2.6.0(2024-03-10 08:58:13)
This is the first release candidate for version 2.6.0
New Features:
- Fill out missing variations of arrays, within, etc.
- Add
TEST_PRINTF()
- Add
TEST_MATRIX()
andTEST_RANGE()
options and documentation - Add support for searching
TEST_SOURCE_FILE()
for determining test dependencies - Add Unity BDD plugin
- Add
UNITY_INCLUDE_EXEC_TIME
option to report test times - Allow user to override test abort underlying mechanism
Significant Bugfixes:
- More portable validation of NaN and Infinity. Added
UNITY_IS_NAN
andUNITY_IS_INF
options - Add
UNITY_PROGMEM
configuration option - Fix overflow detection of hex values when using arrays
- Fix scripts broken by Ruby standard changes
Other:
- Avoid pointer comparison when one is null to avoid compiler warnings
- Significant improvements to documentation
- Updates to match latest Ruby style specification
- Meson, CMake, PlatformIO builds