Add summary data to unit test output
[ric-plt/lib/rmr.git] / test / rmr_si_rcv_test.c
index fdd1f33..a77e741 100644 (file)
@@ -91,6 +91,7 @@ int main() {
        errors += rmr_rcv_test();
        fprintf( stderr, "<INFO> error count: %d\n", errors );
 
+       test_summary( errors, "receive tests" );
        if( errors == 0 ) {
                fprintf( stderr, "<PASS> all tests were OK\n\n" );
        } else {