diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-01-25 04:14:07 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-02-10 15:40:38 +0100 |
| commit | fdc3d1ab837a81d27ab10d0bf65f349263870154 (patch) | |
| tree | 0e9df1a55a96e081f6f51421c76723ed5fc53ed8 /tests/lib/cli/common_cli.c | |
| parent | de8f7a39836a8f121370c1506cc00e3321f284a2 (diff) | |
tests: add uninstall_element in testcli
Test uninstall_element(). The commandline-specified counter allows
isolating memleaks more closely, differentiating one-off vs. repeated
leaks.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'tests/lib/cli/common_cli.c')
| -rw-r--r-- | tests/lib/cli/common_cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/cli/common_cli.c b/tests/lib/cli/common_cli.c index 83196e04aa..104352f516 100644 --- a/tests/lib/cli/common_cli.c +++ b/tests/lib/cli/common_cli.c @@ -83,7 +83,7 @@ main (int argc, char **argv) vty_init (master); memory_init (); - test_init (); + test_init (argc, argv); vty_stdio (vty_do_exit); |
