test(unit): Add nanomsg unit tests 03/103/3
authorE. Scott Daniels <daniels@research.att.com>
Thu, 2 May 2019 17:09:35 +0000 (17:09 +0000)
committerE. Scott Daniels <daniels@research.att.com>
Thu, 2 May 2019 17:29:05 +0000 (17:29 +0000)
commit5efb1e608cf966752c02b676d6fae09f951f71e9
treebd91d244bf10f786bcfaa1a87f254e0cb73b26fd
parent2f37eac699d6727b6f32bd7de6838d948812ccde
test(unit): Add nanomsg unit tests

This adds unit tests which drive the nanomsg portion of the
library. The unit test script also now merges coverage
reports so that common portions of the library do not need
to be tested by both nano and nng tests in order to show
accurate coverage information.

Change-Id: Id852d46272972f481d4f37d8a60681228b4bc0ff
Signed-off-by: E. Scott Daniels <daniels@research.att.com>
14 files changed:
test/.gitignore
test/Makefile
test/README
test/cov2xml.ksh [new file with mode: 0755]
test/hdr_static_test.c
test/mbuf_api_static_test.c
test/mbuf_api_test.c
test/rmr_nano_test.c [new file with mode: 0644]
test/rmr_nng_api_static_test.c
test/rt_nano_static_test.c [new file with mode: 0644]
test/rt_static_test.c
test/sr_nano_static_test.c [new file with mode: 0644]
test/test_nng_em.c
test/unit_test.ksh