Skip to content
Snippets Groups Projects
Commit 5630d997 authored by Denis Pynkin's avatar Denis Pynkin
Browse files

Allow to use libraries


Some binaries need to be copied with shared libraries.
Export LD_LIBRARY_PATH variable allows to put and use needed
libraries from `$TESTDIR/$ARCH/lib` directory.

Signed-off-by: default avatarDenis Pynkin <denis.pynkin@collabora.com>
parent 304bd234
No related branches found
No related tags found
No related merge requests found
......@@ -12,4 +12,5 @@ aarch64) ARCHDIR=arm64 ;;
esac
PATH=${TESTPATH}/${ARCHDIR}/bin:$PATH
export LD_LIBRARY_PATH=${TESTPATH}/${ARCHDIR}/lib:$LD_LIBRARY_PATH
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment