summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/parser/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/parser/main.c b/test/parser/main.c
index 0fdafb4..25930a5 100644
--- a/test/parser/main.c
+++ b/test/parser/main.c
@@ -1,5 +1,6 @@
#include <talloc/talloc.h>
+#include <log/log.h>
#include "parser-test.h"
@@ -10,6 +11,7 @@ extern void run_test(struct parser_test *test);
int main(void)
{
struct parser_test *test;
+ pb_log_init(stdout);
test = test_init();
OpenPOWER on IntegriCloud