X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2FMakefile;h=691f36589f06156d52533d70517921d947635261;hb=6ef23e1d7f7f47ccab5be6ff1b68e5cfdda80ad2;hp=4245d3b50f228939ab3d99886420fff48e3db3ca;hpb=8ec1e3c2dec6ba4fa83fe63e4207d47b4b0f3b3f;p=ric-plt%2Fxapp-frame-cpp.git diff --git a/test/Makefile b/test/Makefile index 4245d3b..691f365 100644 --- a/test/Makefile +++ b/test/Makefile @@ -11,7 +11,7 @@ rmr_em.o:: rmr_em.c unit_test:: unit_test.cpp rmr_em.o # do NOT link the xapp lib; we include all modules in the test programme - g++ -g $(coverage_opts) -I ../src/messaging unit_test.cpp -o unit_test rmr_em.o -lpthread + g++ -g $(coverage_opts) -I ../src/alarm -I ../src/messaging unit_test.cpp -o unit_test rmr_em.o -lpthread # build a special jwrapper object with coverage settings jwrapper_test.o:: ../src/json/jwrapper.c ../src/json/jwrapper.h