X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fmbuf_api_test.c;h=2dbed5c8bf01bb71b986a2099de0535bd2a3c691;hb=9c923bcc9322c22220b574671c7b46f10008c614;hp=573415e3201f8c3ede3883b82886f31dca5e1508;hpb=5efb1e608cf966752c02b676d6fae09f951f71e9;p=ric-plt%2Flib%2Frmr.git diff --git a/test/mbuf_api_test.c b/test/mbuf_api_test.c index 573415e..2dbed5c 100644 --- a/test/mbuf_api_test.c +++ b/test/mbuf_api_test.c @@ -31,6 +31,8 @@ */ +#define NO_EMULATION + #include #include #include @@ -39,13 +41,16 @@ #include #include #include +#include +#include -#include "../src/common/include/rmr.h" -#include "../src/common/include/rmr_agnostic.h" +#include "rmr.h" +#include "rmr_agnostic.h" -#include "../src/common/src/mbuf_api.c" // module under test +#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 @@ -100,4 +105,6 @@ int main( ) { } else { fprintf( stderr, " mbuf_api tests pass\n" ); } + + return errors; }