summaryrefslogtreecommitdiffstats
path: root/src/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test.c')
-rw-r--r--src/test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test.c b/src/test.c
index 25a0866..755c1ac 100644
--- a/src/test.c
+++ b/src/test.c
@@ -3,6 +3,8 @@
#include <unistd.h>
#include <getopt.h>
+#include "debug.h"
+
#define TEST_RUN(test) \
do { \
printf("RUNNING " # test "\n"); \
@@ -12,7 +14,6 @@ do { \
} \
} while(0)
-int tsnif_debug = 0;
int assert_debug = 0;
static void usage()