diff options
author | David Lamparter <equinox@diac24.net> | 2019-06-06 19:35:03 +0200 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2019-06-06 20:59:54 +0200 |
commit | 874035be4e65a889525b0380ce686b64e7ff5bb0 (patch) | |
tree | c296aa18b6dd4f1d195d08f74a149a09456c51e6 /tests/.gitignore | |
parent | lib: add optimized inet_ntop() (diff) | |
download | frr-874035be4e65a889525b0380ce686b64e7ff5bb0.tar.xz frr-874035be4e65a889525b0380ce686b64e7ff5bb0.zip |
tests: exercise frr_inet_ntop()
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'tests/.gitignore')
-rw-r--r-- | tests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index 7177165e4..4c6a51d47 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -30,6 +30,7 @@ /lib/test_idalloc /lib/test_memory /lib/test_nexthop_iter +/lib/test_ntop /lib/test_printfrr /lib/test_privs /lib/test_ringbuf |