Add summary data to unit test output
[ric-plt/lib/rmr.git] / test / mbuf_api_test.c
index 09c4da4..ac73976 100644 (file)
@@ -31,6 +31,8 @@
 */
 
 
+#define NO_EMULATION
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <netdb.h>
@@ -98,6 +100,7 @@ int main( ) {
 
        errors += mbuf_api_test( );
 
+       test_summary( errors, "mbuf API tests" );
        if( errors ) {
                fprintf( stderr, "<FAIL> mbuf_api tests failed\n" );
        } else {