Skip to content
Snippets Groups Projects
Commit 317872f6 authored by Denis Pynkin's avatar Denis Pynkin Committed by Frédéric Dalleau
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 7bd2cc00
No related branches found
No related tags found
1 merge request!4Wip/fredo/t5454
......@@ -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