X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Frmr_nng_test.c;h=bef4a24eeb9b5dbe97abcc6d104c87d81b05737d;hb=2bd8785ce17397e6f8e686be421c5a6c860a0b8c;hp=08758ad04a2252d25d4d6b3497c9ec5cd60cacda;hpb=fc5c77b3d78988aa407118235d7f5978642df753;p=ric-plt%2Flib%2Frmr.git diff --git a/test/rmr_nng_test.c b/test/rmr_nng_test.c index 08758ad..bef4a24 100644 --- a/test/rmr_nng_test.c +++ b/test/rmr_nng_test.c @@ -136,6 +136,7 @@ int main() { errors += mbuf_api_test( ); fprintf( stderr, " error count: %d\n", errors ); + test_summary( errors, "tool tests" ); if( errors == 0 ) { fprintf( stderr, " all tests were OK\n\n" ); } else {