commit | 28d97e1dfc164dca51d6ab36efd4ab76bac7655c | [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 20:04:20 2018 +0100 |
tree | 5b7c5c6656a206d56045be1197d89357e03bb5be | |
parent | 504ac5c8847464e5b23827d74fb1a0413f58acf4 [diff] [blame] |
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" ? '' : './';