We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When building Unity with Meson, one is unable to set symbols for configuration. The main one is UNITY_FIXTURE_NO_EXTRAS. But there is a whole laundry list in https://github.com/ThrowTheSwitch/Unity/blob/cdf1d0297effc2736ee847e557b4275b4f02310b/docs/UnityConfigurationGuide.md that could be included as well, as I would expect most are global to the target platform.
UNITY_FIXTURE_NO_EXTRAS
The alternative is setting CPP symbols before importing the header but that's not the best way of config imo.
The text was updated successfully, but these errors were encountered:
#769 Adds a couple. More can be added.
Sorry, something went wrong.
No branches or pull requests
When building Unity with Meson, one is unable to set symbols for configuration. The main one is
UNITY_FIXTURE_NO_EXTRAS
. But there is a whole laundry list in https://github.com/ThrowTheSwitch/Unity/blob/cdf1d0297effc2736ee847e557b4275b4f02310b/docs/UnityConfigurationGuide.md that could be included as well, as I would expect most are global to the target platform.The alternative is setting CPP symbols before importing the header but that's not the best way of config imo.
The text was updated successfully, but these errors were encountered: