]> git.meshlink.io Git - meshlink/blobdiff - test/blackbox/common/mesh_event_handler.c
Ensure NDEBUG is not set in the test suite.
[meshlink] / test / blackbox / common / mesh_event_handler.c
index 84ae63dd83436ec0cb42c780ef411ec1b36aa66a..17b5abaf750ef3f7a33fddf21ca177babf547bd1 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 <stdio.h>
 #include <stdlib.h>
 #include <string.h>