X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2FMakefile;h=ec89c056c3c816abfadc87e9a4ca18640b8e10c8;hb=refs%2Fchanges%2F29%2F4029%2F1;hp=0fd285f3c30d70e78a787e4a442921a6d445bb44;hpb=60af3c9e625d903c1659c703bd1e41167a972c59;p=ric-app%2Fhw.git diff --git a/test/Makefile b/test/Makefile index 0fd285f..ec89c05 100644 --- a/test/Makefile +++ b/test/Makefile @@ -7,14 +7,14 @@ UTILSRC=../src/xapp-utils MGMTSRC:=../src/xapp-mgmt ASNSRC:=../asn1c_defs -E2APSRC:=../src/xapp-formats/e2ap -E2SMSRC:=../src/xapp-formats/e2sm +E2APSRC:=../src/xapp-asn/e2ap +E2SMSRC:=../src/xapp-asn/e2sm ####### Logging library and flags CLOGFLAGS:= `pkg-config mdclog --cflags` LOG_LIBS:= `pkg-config mdclog --libs` CURL_LIBS:= `pkg-config libcurl --libs` -RNIB_LIBS:= -pthread /usr/local/lib/rnibreader_old.a +RNIB_LIBS:= -pthread /usr/local/include/rnib/rnibreader.a GTEST_LIBS:= -lgtest -lgtest_main ######## Keep include dirs separate so we have transparency