X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=run%2Ftests;h=ab0fcf2f51ba43432e796e3c8d12ae1674430010;hb=865316f0129c85cdd0248b87502fe97dec94b3f0;hp=fad42e34fdf90b4779d516608a3134d5ff729816;hpb=65fc6cbc3395e2359d2dca03fba0bd14366bc492;p=dcpomatic.git diff --git a/run/tests b/run/tests index fad42e34f..ab0fcf2f5 100755 --- a/run/tests +++ b/run/tests @@ -18,10 +18,11 @@ if [ "$(uname)" == "Darwin" ]; then cp fonts/*.ttf $resources cp -r ../libdcp/tags $resources cp -r ../libdcp/xsd $resources + cp ../libdcp/ratings $resources rm -f build/test/openssl ln -s ../../../openssl/apps/openssl build/test/openssl # SIP stops this being passed in from the caller's environment - export DYLD_LIBRARY_PATH=/Users/ci/osx-environment/64/lib + export DYLD_LIBRARY_PATH=/Users/ci/osx-environment/x86_64/10.10/lib:/Users/ci/workspace/lib # We need to find ffcmp in here export PATH=$PATH:/Users/ci/workspace/bin fi