Inspect most DCPs made during tests with dcp_inspect (#76).
[dcpomatic.git] / run / tests
index 512a497a6f3a64f9abf47a3e098e234cf76dd3d6..7f8126fa306cf954c97c4d0e2b1b177ecfa40f62 100755 (executable)
--- 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