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