X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Frmr_nng_test.c;h=1a8df89a5bb76f3cb50462a7cf84e0b91eb74a6a;hb=85c5bf71db97dc7c4f15bd170b17c85e53ee0f24;hp=0b3068e58d8e6507f088ea70ba3608cba9a994d2;hpb=d710957ed5d73bf2da2ceea3f5a1a3c509275c30;p=ric-plt%2Flib%2Frmr.git diff --git a/test/rmr_nng_test.c b/test/rmr_nng_test.c index 0b3068e..1a8df89 100644 --- a/test/rmr_nng_test.c +++ b/test/rmr_nng_test.c @@ -8,7 +8,7 @@ you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, @@ -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)