Add summary data to unit test output 18/4718/5 4.2.3
authorE. Scott Daniels <daniels@research.att.com>
Thu, 17 Sep 2020 20:39:31 +0000 (16:39 -0400)
committerE. Scott Daniels <daniels@research.att.com>
Fri, 18 Sep 2020 12:41:37 +0000 (08:41 -0400)
commit77526eb4f4ef7b2be5fda0c8d719d3c46c75c5c7
treea6a3f553dc09196a6f2012a3ccb5bbc3d19d48b0
parentcc314e0c526a0ed0ce9295e490b3f2bb29c3332c
Add summary data to unit test output

This change causes summary data to be added to the unit test
data that is generated. Summary data lists counts for the total
tests, test passed and test failed in addition th to the information
which was previously generated.

Issue-ID: RIC-646

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: Ibeda3418291c490d49f9e8a29b89c93aa55567fb
16 files changed:
test/Makefile
test/logging_test.c
test/mbuf_api_test.c
test/ring_static_test.c
test/ring_test.c
test/rmr_nano_test.c
test/rmr_nng_test.c
test/rmr_si_rcv_test.c
test/rmr_si_test.c
test/si95_test.c
test/symtab_test.c
test/test_support.c
test/test_transport_em.c
test/tools_test.c
test/unit_test.ksh
test/vet_logging.sh [new file with mode: 0755]