]> git.meshlink.io Git - meshlink/blobdiff - test/blackbox/common/common_handlers.c
Ensure NDEBUG is not set in the test suite.
[meshlink] / test / blackbox / common / common_handlers.c
index 134fcc9fb5fdf3495116f0e240dd83df95b77bff..e728f4383684176f9b8fe409eb4b6d5252c63652 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 <signal.h>
 #include <stdlib.h>