ThrowTheSwitch / Unity

Simple Unit Testing for C
ThrowTheSwitch.org
MIT License
4.02k stars 969 forks source link

Release for floats and doubles testing #696

Closed atticusrussell closed 6 months ago

atticusrussell commented 1 year ago

I would like the current version to be a release in order to use it correctly with PlatformIO . The last release, v2.5.2, does not have support for float and double comparison such as TEST_ASSERT_GREATER_THAN_DOUBLE.

The reason I would like this in a new release is that I am running into issues with PlatformIO where the registry only has v2.5.2 from two years ago with slight customization that handle unity_config.h for PlatformIO, and when I manually include the last commit from this repo instead of the PlatformIO registry using lib_deps, it is missing that customization and has errors.

A new release would be included in the PlatformIO registry, and eliminate my need for goofy workarounds.

mvandervoord commented 9 months ago

It's in the works. :)

mvandervoord commented 6 months ago

Complete