diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-06 20:37:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-06 20:37:08 +0100 |
| commit | 8afd7786c87b571118d1e098a730ab69b7b3908b (patch) | |
| tree | 0ab29714b89aa88943cb9c0ed8c5a1a0ce9b9488 | |
| parent | d67cea162e75b964967a820ad1f75f89dd0aacd5 (diff) | |
Fix test running when LD_LIBRARY_PATH is set in the environment.
| -rwxr-xr-x | run/tests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ private=../libdcp-test-private work=build/test dcpinfo=build/tools/dcpinfo -export LD_LIBRARY_PATH=build/src:build/asdcplib/src +export LD_LIBRARY_PATH=build/src:build/asdcplib/src:$LD_LIBRARY_PATH # Run the unit tests in test/ if [ "$1" == "--debug" ]; then |
