From 1c0d880814e3fcf76b3351e6756c8ec378f357cb Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Fri, 6 Dec 2019 14:38:55 +0100 Subject: lib: rename memory_vty.c to lib_vty.c And memory_init() to lib_cmd_init(). Signed-off-by: David Lamparter --- tests/lib/cli/common_cli.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/lib/cli/common_cli.c') diff --git a/tests/lib/cli/common_cli.c b/tests/lib/cli/common_cli.c index 2071ae08cd..e091372ab8 100644 --- a/tests/lib/cli/common_cli.c +++ b/tests/lib/cli/common_cli.c @@ -25,7 +25,7 @@ #include "vty.h" #include "command.h" #include "memory.h" -#include "memory_vty.h" +#include "lib_vty.h" #include "log.h" #include "common_cli.h" @@ -83,7 +83,7 @@ int main(int argc, char **argv) cmd_domainname_set("test.domain"); vty_init(master, false); - memory_init(); + lib_cmd_init(); yang_init(); nb_init(master, NULL, 0); -- cgit v1.2.3