fix(test): Correct unit test bugs
[ric-plt/lib/rmr.git] / test / mbuf_api_test.c
index fdc221a..796888f 100644 (file)
@@ -102,4 +102,6 @@ int main( ) {
        } else {
                fprintf( stderr, "<OK>   mbuf_api tests pass\n" );
        }
+
+       return errors;
 }