diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-04-04 00:17:29 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-05-10 19:37:18 +0200 |
| commit | 7883f8ee115c02317502e2e8d0fefccd2bed118c (patch) | |
| tree | 160afe25539f611e3d90fdf9933064ea0adb43f1 /run/tests | |
| parent | af8b3ff07d3cf3d5455dd2cc1cc4004627ce6d63 (diff) | |
Make sure build/test exists.
Diffstat (limited to 'run/tests')
| -rwxr-xr-x | run/tests | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ fi if [ "$(uname)" == "Linux" ]; then rm -f build/test/dcpomatic2_openssl + mkdir -p build/test # This must be our patched openssl or tests will fail if [ ! -f build/test/dcpomatic2_openssl ]; then ln -s ../../../openssl/apps/openssl build/test/dcpomatic2_openssl |
