]> git.meshlink.io Git - meshlink/blobdiff - test/blackbox/run_blackbox_tests/execute_tests.c
Ensure NDEBUG is not set in the test suite.
[meshlink] / test / blackbox / run_blackbox_tests / execute_tests.c
index 7232911ed36c705172cf268c59ddb740bdc8fb12..6b534eef28992c365f11626d825103c703c804ed 100644 (file)
     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
+#ifdef NDEBUG
+#undef NDEBUG
+#endif
+
 #include <stdlib.h>
 #include <stdarg.h>
 #include <setjmp.h>