Skip to content

[io/tests] use our own ASSERT macro unaffected by NDEBUG

Florian Fischer requested to merge aj46ezos/emper:fix-io-test-asserts into master

This allows use to remove the current hack that the test are always build without NDEBUG regardless of the meson buildtype.

Which is fact fixes the failing io tests in release builds. Because Future.hpp and Future.cpp now see the same version of NDEBUG.

Fixes #11 (closed).

Merge request reports