]> git.meshlink.io Git - meshlink/blobdiff - test/blackbox/common/test_step.c
Ensure NDEBUG is not set in the test suite.
[meshlink] / test / blackbox / common / test_step.c
index cda13150ff2bb10e8b9d701100dbf5f1c5063888..b772b9396c71481e881d453c0d8d66c5598a006b 100644 (file)
     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
+#ifdef NDEBUG
+#undef NDEBUG
+#endif
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <assert.h>