]> git.puffer.fish Git - matthieu/frr.git/commit
tests: add unit test for zlog
authorQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 12 Mar 2018 18:04:56 +0000 (14:04 -0400)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 12 Mar 2018 18:56:28 +0000 (14:56 -0400)
commit3fc174e18c080416932fff5e8cb3a08f0d9f8660
tree9f330a9839e9b9f9874aae58c508a95d6fc79bf8
parent2cf63c35614034ef83fe2a561cf79a638366cc5b
tests: add unit test for zlog

Just tests zlog_hexdump right now

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
lib/log.c
tests/Makefile.am
tests/lib/test_zlog.c [new file with mode: 0644]
tests/lib/test_zlog.py [new file with mode: 0644]