X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Frmr_nng_test.c;h=1a8df89a5bb76f3cb50462a7cf84e0b91eb74a6a;hb=412d53dfa2f9b5b56a448797d0dfec3b0f11f666;hp=5dbeb2108f4492b1e4618a2987e3d394440551de;hpb=8790bf0c4f4f08fd05853afa67e211112b344a42;p=ric-plt%2Flib%2Frmr.git diff --git a/test/rmr_nng_test.c b/test/rmr_nng_test.c index 5dbeb21..1a8df89 100644 --- a/test/rmr_nng_test.c +++ b/test/rmr_nng_test.c @@ -51,6 +51,8 @@ #include #include #include +#include +#include #define DEBUG 1 @@ -64,14 +66,14 @@ #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/nng/include/rmr_nng_private.h" // transport specific +#include "rmr.h" // things the users see +#include "rmr_symtab.h" +#include "rmr_agnostic.h" // transport agnostic header +#include "rmr_nng_private.h" // transport specific -#include "../src/common/src/symtab.c" -#include "../src/nng/src/rmr_nng.c" -#include "../src/common/src/mbuf_api.c" +#include "symtab.c" +#include "rmr_nng.c" +#include "mbuf_api.c" static void gen_rt( uta_ctx_t* ctx ); // defined in sr_nng_static_test, but used by a few others (eliminate order requirement below)