Add ability to control route table req frequency
[ric-plt/lib/rmr.git] / test / mbuf_api_test.c
index fdc221a..2dbed5c 100644 (file)
@@ -31,6 +31,8 @@
 */
 
 
+#define NO_EMULATION
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <netdb.h>
@@ -48,6 +50,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 +105,6 @@ int main( ) {
        } else {
                fprintf( stderr, "<OK>   mbuf_api tests pass\n" );
        }
+
+       return errors;
 }