X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Frmr_si_rcv_test.c;fp=test%2Frmr_si_rcv_test.c;h=2b95df7e20cd347d9afabd0a5623892c8ecc3222;hb=5ec64c5253b3b7611ec69cc1487989fae45eca26;hp=a77e7417cd4d5249e5dc5b17d3487605022b1163;hpb=fcea3951d44de0cc55d33c5e114487abe79d3406;p=ric-plt%2Flib%2Frmr.git diff --git a/test/rmr_si_rcv_test.c b/test/rmr_si_rcv_test.c index a77e741..2b95df7 100644 --- a/test/rmr_si_rcv_test.c +++ b/test/rmr_si_rcv_test.c @@ -57,7 +57,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" @@ -72,6 +71,8 @@ #include "rmr_si.c" #include "mbuf_api.c" +#include "test_ctx_support.c" // dummy context support (needs rmr headers) + static void gen_rt( uta_ctx_t* ctx ); // defined in sr_si_static_test, but used by a few others (eliminate order requirement below)