Add summary data to unit test output
[ric-plt/lib/rmr.git] / test / rmr_nano_test.c
index c161f91..ed1a211 100644 (file)
@@ -109,6 +109,7 @@ int main() {
        errors += rt_test();                                    // route table things specific to nano
        fprintf( stderr, "<INFO> error count: %d\n", errors );
 
+       test_summary( errors, "nanomsg API tests" );
        if( errors == 0 ) {
                fprintf( stderr, "<PASS> all tests were OK\n" );
        } else {