X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Frmr_si_test.c;h=3ae8d9daaf784c969ceaabfa0ea48c36553b7d1b;hb=353bafbe34c601eda6649ea7dcfdcf285d796d5a;hp=c3eb09b1b4793c3da7fd327f3392ed59d53e7a2f;hpb=503fe41e88b66ff8986c991bfbd075331b0bd166;p=ric-plt%2Flib%2Frmr.git diff --git a/test/rmr_si_test.c b/test/rmr_si_test.c index c3eb09b..3ae8d9d 100644 --- a/test/rmr_si_test.c +++ b/test/rmr_si_test.c @@ -60,7 +60,6 @@ // specific test tools in this directory #undef NNG_UNDER_TEST #include "test_support.c" // things like fail_if() -#include "test_ctx_support.c" // dummy context support #include "test_msg_support.c" #include "test_gen_rt.c" @@ -75,6 +74,8 @@ #include "rmr_si.c" #include "mbuf_api.c" +#include "test_ctx_support.c" // dummy context support + static void gen_rt( uta_ctx_t* ctx ); // defined in sr_si_static_test, but used by a few others (eliminate order requirement below) @@ -144,10 +145,11 @@ int main() { fprintf( stderr, " error count: %d\n", errors ); */ + test_summary( errors, "rmr_si tests" ); if( errors == 0 ) { - fprintf( stderr, " all tests were OK\n\n" ); + fprintf( stderr, " all rmr si tests were OK\n\n" ); } else { - fprintf( stderr, " %d modules reported errors\n\n", errors ); + fprintf( stderr, " %d rmr si test modules reported errors\n\n", errors ); } return !!errors;