diff options
| author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2024-08-29 11:51:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-29 11:51:53 -0400 |
| commit | 77e1a26faa3c153abf6a8abb858f435914b62625 (patch) | |
| tree | 1dd71e3d2cdb29b7c406b6a21351b2e89cb50831 /tests/lib/cli/test_commands.c | |
| parent | f1e4ef461d5bd39a9ad96c4116c2c869e4f37737 (diff) | |
| parent | 830972cab211a2f7ad82d7635ad9111afac8f47b (diff) | |
Merge pull request #16664 from mjstapp/igor_debug_simplify
*: simplify frrlib debug
Diffstat (limited to 'tests/lib/cli/test_commands.c')
| -rw-r--r-- | tests/lib/cli/test_commands.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/cli/test_commands.c b/tests/lib/cli/test_commands.c index ea84120fc1..0034c2af89 100644 --- a/tests/lib/cli/test_commands.c +++ b/tests/lib/cli/test_commands.c @@ -21,6 +21,7 @@ #include <stdlib.h> #include <unistd.h> +#include "debug.h" #include "command.h" #include "memory.h" #include "vector.h" @@ -195,6 +196,7 @@ static void test_init(void) struct cmd_element *cmd; cmd_init(1); + debug_init(); nb_init(master, NULL, 0, false); install_node(&bgp_node); |
