summaryrefslogtreecommitdiff
path: root/tests/lib/northbound/test_oper_data.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/northbound/test_oper_data.c')
-rw-r--r--tests/lib/northbound/test_oper_data.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/northbound/test_oper_data.c b/tests/lib/northbound/test_oper_data.c
index 321f158668..74a0dfe6cc 100644
--- a/tests/lib/northbound/test_oper_data.c
+++ b/tests/lib/northbound/test_oper_data.c
@@ -7,6 +7,7 @@
#include <zebra.h>
#include <sys/stat.h>
+#include "debug.h"
#include "frrevent.h"
#include "vty.h"
#include "command.h"
@@ -459,6 +460,7 @@ int main(int argc, char **argv)
cmd_hostname_set("test");
vty_init(master, false);
lib_cmd_init();
+ debug_init();
nb_init(master, modules, array_size(modules), false);
install_element(ENABLE_NODE, &test_rpc_cmd);