fix(rtable): Prevent direct send hairpins
[ric-plt/lib/rmr.git] / test / mbuf_api_test.c
index fdc221a..09c4da4 100644 (file)
@@ -48,6 +48,7 @@
 
 #include "mbuf_api.c"
 
+#define MSG_VER 3
 #include "test_support.c"                                              // our private library of test tools
 #include "mbuf_api_static_test.c"                              // test functions
 
@@ -102,4 +103,6 @@ int main( ) {
        } else {
                fprintf( stderr, "<OK>   mbuf_api tests pass\n" );
        }
+
+       return errors;
 }