[test suite] added DYLD_LIBRARY_PATH for Mac OS X 10.9
This commit is contained in:
parent
e75117616e
commit
1299a8ee87
@ -9,6 +9,6 @@
|
||||
# to work properly.
|
||||
#
|
||||
|
||||
LD_LIBRARY_PATH=../lib/.libs ./test-fwknop.pl $@
|
||||
LD_LIBRARY_PATH=../lib/.libs DYLD_LIBRARY_PATH=../.libs ./test-fwknop.pl $@
|
||||
|
||||
exit
|
||||
|
||||
@ -506,7 +506,8 @@ our $default_server_gpg_args_no_pw_hmac = "LD_LIBRARY_PATH=$lib_dir " .
|
||||
|
||||
### point the compiled binaries at the local libary path
|
||||
### instead of any installed libfko instance
|
||||
$ENV{'LD_LIBRARY_PATH'} = $lib_dir;
|
||||
$ENV{'LD_LIBRARY_PATH'} = $lib_dir;
|
||||
$ENV{'DYLD_LIBRARY_PATH'} = $lib_dir;
|
||||
|
||||
### import the tests from the various tests/ files
|
||||
&import_test_files();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user