X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Frmr_nano_test.c;h=c161f91b6c8fd876eb2b1de0a83ba262095a260b;hb=f25dc7f78345a6885dff6057aecfba7afa8c81dc;hp=50c42666c073f9a68f7a7fc2e215761cd002e1c9;hpb=5efb1e608cf966752c02b676d6fae09f951f71e9;p=ric-plt%2Flib%2Frmr.git diff --git a/test/rmr_nano_test.c b/test/rmr_nano_test.c index 50c4266..c161f91 100644 --- a/test/rmr_nano_test.c +++ b/test/rmr_nano_test.c @@ -54,39 +54,32 @@ #include #include #include +#include +#include #define DEBUG 1 #include -//#include -//#include -//#include -//#include #undef EMULATE_NNG #include "test_nng_em.c" // nng/nn emulation (before including things under test) -#include "../src/common/include/rmr.h" // things the users see -#include "../src/common/include/rmr_symtab.h" -#include "../src/common/include/rmr_agnostic.h" // transport agnostic header -#include "../src/nanomsg/include/rmr_private.h" // transport specific +#include "rmr.h" // things the users see +#include "rmr_symtab.h" +#include "rmr_agnostic.h" // transport agnostic header +#include "rmr_private.h" // transport specific -#include "../src/common/src/symtab.c" -#include "../src/nanomsg/src/rmr.c" -#include "../src/common/src/mbuf_api.c" -#include "../src/nanomsg/src/rtable_static.c" +#include "symtab.c" +#include "rmr.c" +#include "mbuf_api.c" +#include "rtable_static.c" static void gen_rt( uta_ctx_t* ctx ); // defined in sr_static_test, but used by a few others (eliminate order requirement below) // specific test tools in this directory #include "test_support.c" // things like fail_if() // and finally.... -//#include "tools_static_test.c" // local test functions pulled directly because of static nature of things -//#include "symtab_static_test.c" -//#include "ring_static_test.c" -//#include "rt_static_test.c" -//#include "wormhole_static_test.c" #include "mbuf_api_static_test.c" #include "sr_nano_static_test.c"