summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
Diffstat (limited to 'run')
-rwxr-xr-xrun/tests2
-rwxr-xr-xrun/tools/dcpverify1
2 files changed, 2 insertions, 1 deletions
diff --git a/run/tests b/run/tests
index eb599af4..adfd48d1 100755
--- a/run/tests
+++ b/run/tests
@@ -13,7 +13,7 @@ dcpverify=build/tools/dcpverify
export LD_LIBRARY_PATH=build/src:$LD_LIBRARY_PATH
# SIP stops this being passed in from the caller's environment
export DYLD_LIBRARY_PATH=/Users/ci/osx-environment/x86_64/lib
-export LIBDCP_SHARE_PREFIX=.
+export LIBDCP_RESOURCES=.
# Make sure we have the required tools
for c in xmlsec1 xmllint; do
diff --git a/run/tools/dcpverify b/run/tools/dcpverify
index 382a6c67..eda2d2d7 100755
--- a/run/tools/dcpverify
+++ b/run/tools/dcpverify
@@ -2,6 +2,7 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
top=$DIR/../..
+export LIBDCP_RESOURCES=$top
export LD_LIBRARY_PATH=$top/build/src:build/asdcplib/src:$LD_LIBRARY_PATH
if [ "$1" == "--debug" ]; then