X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fapp_test%2FMakefile;h=edff57e61e525138d734fdedbad2091673e46917;hb=43b7981cee870dcf523b910a3af92ccc53556b2a;hp=8fd68f0b529e0f1574edea4f23dcedf351a39e07;hpb=fc5c77b3d78988aa407118235d7f5978642df753;p=ric-plt%2Flib%2Frmr.git diff --git a/test/app_test/Makefile b/test/app_test/Makefile index 8fd68f0..edff57e 100644 --- a/test/app_test/Makefile +++ b/test/app_test/Makefile @@ -36,7 +36,7 @@ SHELL ?= /bin/ksh ex_cflags = $(shell echo $$EX_CFLAGS ) build_path ?= ../../.build -header_path := $(shell find $(build_path) -name 'rmr.h' |head -1 | sed 's!/rmr/.*!!' ) +header_path := $(shell find $(build_path) -name 'rmr.h' 2>/dev/null |head -1 | sed 's!/rmr/.*!!' ) # use from environment if there so as to allow build to reference installed base C_INCLUDE_PATH ?= $(header_path)