]> git.meshlink.io Git - meshlink/blobdiff - test/blackbox/util/gen_invite.c
Ensure NDEBUG is not set in the test suite.
[meshlink] / test / blackbox / util / gen_invite.c
index beb7401f64af698b46fea14e7a7fc1ba4e2e3a73..365e9fbf8d73179af8dd4159cc2a4da91fdac7ac 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 <assert.h>
 #include <stdlib.h>