commit | aa3ff98b1dc3079d0c367787b033633ffc557f49 | [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:08:04 2018 +0100 |
tree | 8ecd6c4ab691b1a6e7b2a03af424508350be1108 | |
parent | 9b2c5b720291d5459aa8f02b659fc465fe1b594d [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 b91355d..5b55fac 100644 --- a/tests/scripts/run-test-suites.pl +++ b/tests/scripts/run-test-suites.pl
@@ -11,6 +11,7 @@ # in case test suites are linked dynamically $ENV{'LD_LIBRARY_PATH'} = '../library'; +$ENV{'DYLD_LIBRARY_PATH'} = '../library'; my $prefix = $^O eq "MSWin32" ? '' : './';