X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Frmr_nng_test.c;h=a3aeb40f152cb2b5404bf4acc56ea86bcd6c3fd7;hb=ab6d04ce30514b16ba5821fcc788157b4779a4a3;hp=fb12ec22f41a377ecf5d91b14221812066c48fef;hpb=6511ac74cdc367a94bffeb3743624775acd52c5b;p=ric-plt%2Flib%2Frmr.git diff --git a/test/rmr_nng_test.c b/test/rmr_nng_test.c index fb12ec2..a3aeb40 100644 --- a/test/rmr_nng_test.c +++ b/test/rmr_nng_test.c @@ -68,10 +68,12 @@ #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_gen_rt.c" // and finally.... #include "tools_static_test.c" // local test functions pulled directly because of static nature of things #include "symtab_static_test.c"