]> git.meshlink.io Git - meshlink/blobdiff - test/blackbox/run_blackbox_tests/test_cases_channel_set_accept_cb.c
Ensure NDEBUG is not set in the test suite.
[meshlink] / test / blackbox / run_blackbox_tests / test_cases_channel_set_accept_cb.c
index c8e4cbcce9fbaa1a21b2bc7da5c344a77bc88fe4..9972b63ac9223c42131867cacbf7e277fe70bc2c 100644 (file)
     with this program; if not, write to the Free Software Foundation, Inc.,
     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
+
+#ifdef NDEBUG
+#undef NDEBUG
+#endif
+
 #include "execute_tests.h"
 #include "../common/containers.h"
 #include "../common/test_step.h"