aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/log.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/log.c b/test/log.c
index 53205d8..b6e2560 100644
--- a/test/log.c
+++ b/test/log.c
@@ -1,5 +1,6 @@
#include <stdbool.h>
+#define ANY_LOG_LOCKING
#define ANY_LOG_IMPLEMENT
#define ANY_LOG_MODULE "test"
@@ -22,6 +23,7 @@
#define ANY_LOG_VALUE_AFTER(level, module, func, message) "}\n"
#include "any_log.h"
+
struct pair {
const char *s1, *s2;
};