diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2017-08-24 18:13:31 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2017-08-28 18:00:13 +0200 |
commit | a0b974def7e6c76d4e4c31ee93bc33f67c57c611 (patch) | |
tree | f22ff65c0e6073748e3315263ba30609b53ff634 /tests/.gitignore | |
parent | lib: ZeroMQ read handler, v2 (diff) | |
download | frr-a0b974def7e6c76d4e4c31ee93bc33f67c57c611.tar.xz frr-a0b974def7e6c76d4e4c31ee93bc33f67c57c611.zip |
tests: add ZeroMQ test
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 604ffaa8b..41349cce2 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -45,4 +45,5 @@ __pycache__ /lib/test_timer_correctness /lib/test_timer_performance /lib/test_ttable +/lib/test_zmq /ospf6d/test_lsdb |