Merge "Fix semaphore count bug in SI95 non-blocking rcv"
[ric-plt/lib/rmr.git] / test / rmr_si_test.c
index aa1b6ab..c3eb09b 100644 (file)
@@ -61,6 +61,7 @@
 #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"
 
 
@@ -86,6 +87,7 @@ static void gen_rt( uta_ctx_t* ctx );         // defined in sr_si_static_test, but used
 #include "mbuf_api_static_test.c"
 #include "sr_si_static_test.c"
 #include "lg_buf_static_test.c"
+// do NOT include the receive test static must be stand alone
 
 #include "rmr_si_api_static_test.c"