X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fmbuf_api_test.c;h=75d8445ccdc726e96d7c8d4960ec5a7ccb02fc01;hb=ce1c741c01e8387cb095dac5e36a4d8ad91d006d;hp=796888f43b870fce3dd739dc14e640e1b448438a;hpb=85c5bf71db97dc7c4f15bd170b17c85e53ee0f24;p=ric-plt%2Flib%2Frmr.git diff --git a/test/mbuf_api_test.c b/test/mbuf_api_test.c index 796888f..75d8445 100644 --- a/test/mbuf_api_test.c +++ b/test/mbuf_api_test.c @@ -31,6 +31,8 @@ */ +#define NO_EMULATION + #include #include #include @@ -46,8 +48,10 @@ #include "rmr.h" #include "rmr_agnostic.h" +#include "logging.c" #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 @@ -97,6 +101,7 @@ int main( ) { errors += mbuf_api_test( ); + test_summary( errors, "mbuf API tests" ); if( errors ) { fprintf( stderr, " mbuf_api tests failed\n" ); } else {