Merge remote-tracking branch 'upstream-public/pr/1499' into development-proposed

This commit is contained in:
Gilles Peskine 2018-04-01 12:41:22 +02:00
commit 0ed632f445
5 changed files with 20 additions and 11 deletions

View file

@ -41,6 +41,7 @@ die "$0: no test suite found\n" unless @suites;
# in case test suites are linked dynamically
$ENV{'LD_LIBRARY_PATH'} = '../library';
$ENV{'DYLD_LIBRARY_PATH'} = '../library';
my $prefix = $^O eq "MSWin32" ? '' : './';