gprofng: test suite problems
authorVladimir Mezentsev <vladimir.mezentsev@oracle.com>
Wed, 27 Apr 2022 09:17:02 +0000 (02:17 -0700)
committerVladimir Mezentsev <vladimir.mezentsev@oracle.com>
Thu, 28 Apr 2022 03:31:47 +0000 (20:31 -0700)
gprofng/ChangeLog
2022-04-27  Vladimir Mezentsev  <vladimir.mezentsev@oracle.com>

PR gprofng/29065
* testsuite/lib/Makefile.skel: Search parent dir for libs too.

gprofng/testsuite/lib/Makefile.skel

index 7134c2715b5afc83a8ef5017e735a25aac36ebf6..7810ba7ed7a25e4bfd26a8a4f8b0e06d97005f13 100644 (file)
@@ -39,8 +39,8 @@ DISPLAY           = $(GPROFNG) display text
 EXPERIMENT  = test.er
 DISPLAY_LOG = display.log
 
-
-export LD_LIBRARY_PATH := $(shell dirname $$(find ../root -name libgprofng.so.0 | head -1))
+gprofng_dir := $(shell dirname $$(find ../root -name libgprofng.so.0 | head -1))
+export LD_LIBRARY_PATH := $(gprofng_dir):$(gprofng_dir)/..
 
 .PHONY: all collect compare clobber clean