X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=run%2Ftests;fp=run%2Ftests;h=7f8126fa306cf954c97c4d0e2b1b177ecfa40f62;hp=512a497a6f3a64f9abf47a3e098e234cf76dd3d6;hb=a4a7d9ef34f2f083b0ba9e32e933ea5c64d2352d;hpb=7ea73fdcfa96aac86546b80b6e6c2edbdd524199 diff --git a/run/tests b/run/tests index 512a497a6..7f8126fa3 100755 --- a/run/tests +++ b/run/tests @@ -19,6 +19,10 @@ if [ "$(uname)" == "Linux" ]; then if [ ! -f build/test/dcpomatic2_openssl ]; then ln -s ../../../openssl/apps/openssl build/test/dcpomatic2_openssl fi + export DCPOMATIC_TEST_TOOLS_PATH=/opt/asdcplib/bin + if [ -f /src/backports/dcp_inspect ]; then + export DCPOMATIC_DCP_INSPECT=/src/backports/dcp_inspect + fi fi if [ "$(uname)" == "Darwin" ]; then