diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2019-02-18 21:17:22 +0100 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2019-04-27 19:33:45 +0200 |
commit | 992f9967db14b18ee0eb5a4a104f17ab1dfb2d41 (patch) | |
tree | f611dd1aa7d829073545cad0ff07971b5f2e002b /tests/.gitignore | |
parent | doc: add developer docs for type-safe lists (diff) | |
download | frr-992f9967db14b18ee0eb5a4a104f17ab1dfb2d41.tar.xz frr-992f9967db14b18ee0eb5a4a104f17ab1dfb2d41.zip |
tests: exercise the typesafe list wrappers
Since all of these list implementations provide almost the same API, we
can run and validate them against the same test code. 9 tests for the
price of one!
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
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 78f70c399..380172487 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -41,6 +41,7 @@ /lib/test_timer_correctness /lib/test_timer_performance /lib/test_ttable +/lib/test_typelist /lib/test_zlog /lib/test_zmq /ospf6d/test_lsdb |