Skip to content
Snippets Groups Projects
Commit b33ac93c authored by Florian Fischer's avatar Florian Fischer
Browse files

[tests] don't undef NDEBUG for test executables

The explicit -UNDEBUG was introduced in the CMake to meson migration (62900cd1)
but as far as I can tell it was not present in the CMake tests definition.

It makes tests less reliable because it enables only some debug messages but not
all.
For example if emper is build with NDEBUG a test using a Semaphore
will output debug messages from the Semaphore but not from the Runtime.
parent 118a4dcb
No related branches found
No related tags found
1 merge request!25Remove -UNDEBUG from tests
Pipeline #52182 passed