X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Ftools_test.c;fp=test%2Ftools_test.c;h=6725e9b8869c3834ef8e852737631f1346ad2481;hb=412d53dfa2f9b5b56a448797d0dfec3b0f11f666;hp=eac19a6de2c08e109b5e62789612e96432f72447;hpb=d3c4a003cb4e8b1790d0ab8697717bfab92ae817;p=ric-plt%2Flib%2Frmr.git diff --git a/test/tools_test.c b/test/tools_test.c index eac19a6..6725e9b 100644 --- a/test/tools_test.c +++ b/test/tools_test.c @@ -35,9 +35,11 @@ #include #include #include +#include +#include -#include "../src/common/include/rmr.h" -#include "../src/common/include/rmr_agnostic.h" +#include "rmr.h" +#include "rmr_agnostic.h" #include "test_support.c" // our private library of test tools // ===== dummy context for tools testing so we don't have to pull in all of the nano/nng specific stuff ===== @@ -66,7 +68,7 @@ struct uta_ctx { }; -#include "../src/common/src/tools_static.c" +#include "tools_static.c" int main( ) {