-
- Downloads
[io/tests] use our own ASSERT macro unaffected by NDEBUG
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 see the same version of NDEBUG.
parent
da94f93c
No related branches found
No related tags found
Showing
- tests/fixtures/assert.hpp 14 additions, 0 deletionstests/fixtures/assert.hpp
- tests/io/AlarmFutureTest.cpp 6 additions, 3 deletionstests/io/AlarmFutureTest.cpp
- tests/io/CancelFutureTest.cpp 13 additions, 13 deletionstests/io/CancelFutureTest.cpp
- tests/io/FutureCallbackTest.cpp 2 additions, 2 deletionstests/io/FutureCallbackTest.cpp
- tests/io/IncrementalCompletionTest.cpp 7 additions, 7 deletionstests/io/IncrementalCompletionTest.cpp
- tests/io/LinkFutureTest.cpp 7 additions, 7 deletionstests/io/LinkFutureTest.cpp
- tests/io/SimpleDiskAndNetworkTest.cpp 4 additions, 4 deletionstests/io/SimpleDiskAndNetworkTest.cpp
- tests/io/TimeoutTest.cpp 9 additions, 9 deletionstests/io/TimeoutTest.cpp
- tests/io/TimeoutWrapperTest.cpp 4 additions, 4 deletionstests/io/TimeoutWrapperTest.cpp
- tests/meson.build 0 additions, 3 deletionstests/meson.build
Loading
Please register or sign in to comment