diff options
author | Vladimir Mezentsev <vladimir.mezentsev@oracle.com> | 2022-04-27 02:17:02 -0700 |
---|---|---|
committer | Vladimir Mezentsev <vladimir.mezentsev@oracle.com> | 2022-04-27 20:31:47 -0700 |
commit | 0e12331a9bf980f24e6fe4aa1b22b431950883ba (patch) | |
tree | 71d0459470257991dfda9ef1257c1effd570679d /gprofng/testsuite | |
parent | 414705d1c2d359694459d3991a0975d051ac70b5 (diff) | |
download | gdb-0e12331a9bf980f24e6fe4aa1b22b431950883ba.zip gdb-0e12331a9bf980f24e6fe4aa1b22b431950883ba.tar.gz gdb-0e12331a9bf980f24e6fe4aa1b22b431950883ba.tar.bz2 |
gprofng: test suite problems
gprofng/ChangeLog
2022-04-27 Vladimir Mezentsev <vladimir.mezentsev@oracle.com>
PR gprofng/29065
* testsuite/lib/Makefile.skel: Search parent dir for libs too.
Diffstat (limited to 'gprofng/testsuite')
-rw-r--r-- | gprofng/testsuite/lib/Makefile.skel | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gprofng/testsuite/lib/Makefile.skel b/gprofng/testsuite/lib/Makefile.skel index 7134c27..7810ba7 100644 --- a/gprofng/testsuite/lib/Makefile.skel +++ b/gprofng/testsuite/lib/Makefile.skel @@ -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 |