X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fmbuf_api_test.c;h=2dbed5c8bf01bb71b986a2099de0535bd2a3c691;hb=3d7285ec4c96724b64968f46c2075b77e8d08543;hp=fdc221af7e642fd46002ddabad34e7e6af87bdc9;hpb=412d53dfa2f9b5b56a448797d0dfec3b0f11f666;p=ric-plt%2Flib%2Frmr.git diff --git a/test/mbuf_api_test.c b/test/mbuf_api_test.c index fdc221a..2dbed5c 100644 --- a/test/mbuf_api_test.c +++ b/test/mbuf_api_test.c @@ -31,6 +31,8 @@ */ +#define NO_EMULATION + #include #include #include @@ -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, " mbuf_api tests pass\n" ); } + + return errors; }