X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Frmr_nng_test.c;h=08758ad04a2252d25d4d6b3497c9ec5cd60cacda;hb=refs%2Ftags%2F3.3.0;hp=4fd6f02ae5344cf1581050d8f3ea1efcef91afde;hpb=0b79fc264eea2591ad6f645d0c90cc378ea5603b;p=ric-plt%2Flib%2Frmr.git diff --git a/test/rmr_nng_test.c b/test/rmr_nng_test.c index 4fd6f02..08758ad 100644 --- a/test/rmr_nng_test.c +++ b/test/rmr_nng_test.c @@ -62,16 +62,18 @@ #include #include +#define NNG_UNDER_TEST 1 #define EMULATE_NNG #include "test_nng_em.c" // nng/nn emulation (before including things under test) #include "rmr.h" // things the users see #include "rmr_symtab.h" +#include "rmr_logging.h" #include "rmr_agnostic.h" // transport agnostic header -#include "rmr_nng_private.h" // transport specific #include "symtab.c" +#include "logging.c" #include "rmr_nng.c" #include "mbuf_api.c" @@ -79,6 +81,7 @@ static void gen_rt( uta_ctx_t* ctx ); // defined in sr_nng_static_test, but use // specific test tools in this directory #include "test_support.c" // things like fail_if() +#include "test_ctx_support.c" // specifically geared to creating dummy contex structs #include "test_gen_rt.c" // and finally.... #include "tools_static_test.c" // local test functions pulled directly because of static nature of things