X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Frmr_si_test.c;h=16d570f68c569a14af870f2c2ebea7986d0d0d37;hb=77526eb4f4ef7b2be5fda0c8d719d3c46c75c5c7;hp=c3eb09b1b4793c3da7fd327f3392ed59d53e7a2f;hpb=cc314e0c526a0ed0ce9295e490b3f2bb29c3332c;p=ric-plt%2Flib%2Frmr.git diff --git a/test/rmr_si_test.c b/test/rmr_si_test.c index c3eb09b..16d570f 100644 --- a/test/rmr_si_test.c +++ b/test/rmr_si_test.c @@ -144,10 +144,11 @@ int main() { fprintf( stderr, " error count: %d\n", errors ); */ + test_summary( errors, "rmr_si tests" ); if( errors == 0 ) { - fprintf( stderr, " all tests were OK\n\n" ); + fprintf( stderr, " all rmr si tests were OK\n\n" ); } else { - fprintf( stderr, " %d modules reported errors\n\n", errors ); + fprintf( stderr, " %d rmr si test modules reported errors\n\n", errors ); } return !!errors;