X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=run%2Ftests;h=1dfd64f4ad98b443e83ca2ca00e84d704afede2c;hb=c66c2f0cc3371a26edb6cf2198bcc3fc45b26079;hp=aa8c8c1934332eb0b151017e27dcabc29d0f934e;hpb=fb9a41256e438a67c0e7d7f0cf49e2d2bebfbd25;p=dcpomatic.git diff --git a/run/tests b/run/tests index aa8c8c193..1dfd64f4a 100755 --- a/run/tests +++ b/run/tests @@ -3,7 +3,7 @@ # e.g. --run_tests=foo if [ "$(uname)" == "Linux" ]; then - export LD_LIBRARY_PATH=build/src/lib:$LD_LIBRARY_PATH + export LD_LIBRARY_PATH=build/src/lib:/usr/local/lib:/usr/local/lib64:$LD_LIBRARY_PATH rm -f build/test/dcpomatic2_openssl # This must be our patched openssl or tests will fail if [ ! -f build/test/dcpomatic2_openssl ]; then @@ -18,6 +18,7 @@ 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