Beef up unit tests for SI95 code 25/5925/2 4.7.4
authorE. Scott Daniels <daniels@att.com>
Thu, 22 Apr 2021 20:34:08 +0000 (16:34 -0400)
committerE. Scott Daniels <daniels@att.com>
Fri, 23 Apr 2021 01:05:36 +0000 (21:05 -0400)
commit11838bcf76f3614384459cb56e2ce80dea788cef
tree6d509add7a3ea94a691a2e0ae5f4daa14a4ba2d5
parent8c6756d9d6f94beca0bc382f97383ca5e79d16c7
Beef up unit tests for SI95 code

This changes adds some unit tests for SI95 modules which had none
prior, and extends some of the existing tests to improve coverage.

Issue-ID: RIC-777

Change-Id: I5d704776fd9094e8b17e35263cc4680bf822b38c
Signed-off-by: E. Scott Daniels <daniels@att.com>
29 files changed:
CHANGES_CORE.txt
CMakeLists.txt
docs/rel-notes.rst
src/rmr/common/src/mbuf_api.c
src/rmr/common/src/ring_static.c
src/rmr/common/src/rt_generic_static.c
src/rmr/common/src/symtab.c
src/rmr/si/src/mt_call_si_static.c
src/rmr/si/src/si95/sipoll.c
src/rmr/si/src/si95/sircv.c
src/rmr/si/src/si95/siwait.c
test/alarm_static_test.c
test/hdr_static_test.c
test/mbuf_api_test.c
test/rmr_nng_api_static_test.c
test/rmr_si_api_static_test.c
test/rmr_si_rcv_static_test.c
test/rmr_si_test.c
test/rt_nano_static_test.c
test/rt_static_test.c
test/si95_test.c
test/sr_nano_static_test.c
test/sr_nng_static_test.c
test/sr_si_static_test.c
test/symtab_static_test.c
test/symtab_test.c
test/tools_static_test.c
test/wormhole_static_test.c
test/wrapper_static_test.c