diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-01-11 16:24:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-01-15 12:44:42 +0100 |
| commit | a4a7d9ef34f2f083b0ba9e32e933ea5c64d2352d (patch) | |
| tree | 0a3c3bd68cd57554e89d278c2603fc4d16619c59 /run | |
| parent | 7ea73fdcfa96aac86546b80b6e6c2edbdd524199 (diff) | |
Inspect most DCPs made during tests with dcp_inspect (#76).
Diffstat (limited to 'run')
| -rwxr-xr-x | run/tests | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
