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