commit | 79db933fb605e5d3594a42c162b7a6eb9f3de3a7 | [log] [tgz] |
---|---|---|
author | Andres Amaya Garcia <Andres.AmayaGarcia@arm.com> | Tue Mar 27 19:57:58 2018 +0100 |
committer | Andres Amaya Garcia <Andres.AmayaGarcia@arm.com> | Tue Mar 27 19:58:08 2018 +0100 |
tree | d6e890c6d008a5cf907b39d28fedf2d3f14d44aa | |
parent | 420f0ccdfd97fdba2047c3f219a3dfbdc5c2f6a0 [diff] |
Fix shared library lookup on Mac OS X when running tests
diff --git a/tests/scripts/run-test-suites.pl b/tests/scripts/run-test-suites.pl index 1f73a54..7e2974b 100755 --- a/tests/scripts/run-test-suites.pl +++ b/tests/scripts/run-test-suites.pl
@@ -41,6 +41,7 @@ # in case test suites are linked dynamically $ENV{'LD_LIBRARY_PATH'} = '../library'; +$ENV{'DYLD_LIBRARY_PATH'} = '../library'; my $prefix = $^O eq "MSWin32" ? '' : './';