Skip to content

Wrap debug logging tests in #ifndef NDEBUG to pass Release tests#3

Merged
masonlet merged 1 commit intomainfrom
bug-fix/release-tests
Nov 19, 2025
Merged

Wrap debug logging tests in #ifndef NDEBUG to pass Release tests#3
masonlet merged 1 commit intomainfrom
bug-fix/release-tests

Conversation

@masonlet
Copy link
Collaborator

Debug logging tests were failing in Release builds because debug logging is disabled via NDEBUG.
Debug tests and any relevant code were wrapped in #ifndef NDEBUG so they only run in debug builds.

@masonlet masonlet merged commit 9fa61cd into main Nov 19, 2025
@masonlet masonlet deleted the bug-fix/release-tests branch November 19, 2025 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant