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