gprofng: run tests without installation
authorVladimir Mezentsev <vladimir.mezentsev@oracle.com>
Mon, 10 Oct 2022 19:57:19 +0000 (12:57 -0700)
committerVladimir Mezentsev <vladimir.mezentsev@oracle.com>
Tue, 11 Oct 2022 07:14:06 +0000 (00:14 -0700)
gprofng/ChangeLog
2022-10-10  Vladimir Mezentsev  <vladimir.mezentsev@oracle.com>

PR gprofng/29107
* testsuite/config/default.exp: Set up environment to run gprofng tests
without installation.
* testsuite/lib/Makefile.skel: Likewise.
* testsuite/lib/display-lib.exp: Likewise.

gprofng/testsuite/config/default.exp
gprofng/testsuite/lib/Makefile.skel
gprofng/testsuite/lib/display-lib.exp

index 6fde0a1223f52c1ec05a696a56a3d4afd3efde2c..b9513aefc0f229dd97d92117f69d9d769dc776a4 100644 (file)
@@ -32,7 +32,9 @@ if {![info exists CFLAGS]} {
     set CFLAGS "-g -O2"
 }
 
-# Make a temporary install dir to run gprofng from, and point at it
-remote_exec host "sh -c \"rm -rf tmpdir; mkdir -p tmpdir; $MAKE -C .. install-gprofng program_transform_name= DESTDIR=`pwd`/tmpdir/root\""
+# Create directories where gprofng can find libraries and binaries:
+remote_exec host "sh -c \"rm -rf tmpdir; mkdir -p tmpdir\""
+remote_exec host "sh -c \"mkdir -p lib; rm -f lib/gprofng; ln -s ../libcollector/.libs lib/gprofng\""
+remote_exec host "sh -c \"rm -f bin; ln -s src bin\""
 
 load_lib display-lib.exp
index 157f6f60c84adadb6e94a3eaad04d1db25eb8d9b..035d320f35f4029eee80495039b6c2b50b2afe36 100644 (file)
@@ -39,8 +39,7 @@ DISPLAY           = $(GPROFNG) display text
 EXPERIMENT  = test.er
 DISPLAY_LOG = display.log
 
-gprofng_dir := $(shell dirname $$(find ../root -name libgprofng.so.0 | head -1))
-export LD_LIBRARY_PATH := $(gprofng_dir):$(gprofng_dir)/..
+export LD_LIBRARY_PATH := $(BUILDDIR)/src
 
 # Set GPROFNG_SYSCONFDIR to find out gprofng.rc:
 export GPROFNG_SYSCONFDIR := $(srcdir)/../../../src
index 38ecb8d258e9396d72aa1ae165e983e8ec75c14a..d103f0fe247731117e78570c0f95b8caef60c3ee 100644 (file)
@@ -58,7 +58,7 @@ proc run_display_test { dir cflags gprofflags } {
     set tdir "tmpdir/$testdir"
        send_log "create dir: $tdir\n"
        set output [run_native_host_cmd "mkdir -p $tdir"]
-       set gprofng [exec find $BUILDDIR/tmpdir -type f -name gprofng -perm -u+x | head -1]
+       set gprofng $BUILDDIR/src/gprofng
 
        set fd [open "$tdir/rules.txt" "w"]
        switch -regexp -- $testdir {