summaryrefslogtreecommitdiff
path: root/run/tests
diff options
context:
space:
mode:
Diffstat (limited to 'run/tests')
-rwxr-xr-xrun/tests4
1 files changed, 4 insertions, 0 deletions
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