]> www.wagner.pp.ru Git - openssl-gost/engine.git/commit
test/run_tests: extend support for more operating systems 161/head
authorRichard Levitte <richard@levitte.org>
Sun, 25 Aug 2019 09:32:21 +0000 (11:32 +0200)
committerRichard Levitte <richard@levitte.org>
Sun, 25 Aug 2019 09:35:19 +0000 (11:35 +0200)
commit28e0ece4de8a6d5988b96ec08849ee1737633f9c
tree5f9fb8ab5cca58c0fb305be845c375bf8aabdfee
parent2e5995f5f69963fb37186378ec01ccb31f0f5000
test/run_tests: extend support for more operating systems

Not all systems recognise LD_LIBRARY_PATH, and we therefore need to
set other environment variables.

Currently set:

- LD_LIBRARY_PATH (Linux and ELF HP-UX)
- DYLD_LIBRARY_PATH (MacOS X)
- LIBPATH (AIX, OS/2)

More can be added as the need arises.

Fixes #146
test/run_tests