[tests] #undef NDEBUG before assert.h in t/test_*

personal/stbuehler/fix-fdevent
Glenn Strauss 5 years ago
parent 8c7f1dfb03
commit c98d89a4bb

@ -1,5 +1,6 @@
#include "first.h"
#undef NDEBUG
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>

@ -1,5 +1,6 @@
#include "first.h"
#undef NDEBUG
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>

@ -1,5 +1,6 @@
#include "configfile-glue.c"
#undef NDEBUG
#include <assert.h>
#include <stdlib.h>
#include <stdio.h>

@ -1,5 +1,6 @@
#include "request.h"
#undef NDEBUG
#include <assert.h>
#include <stdlib.h>
#include <stdio.h>

Loading…
Cancel
Save