Commit f325fba5 authored by Richard Levitte's avatar Richard Levitte
Browse files

Set EXE_EXT environment variable when testing



When cross compiling, we may end up with someting like apps/openssl.exe
and a number of test/*.exe.  However, util/shlib_wrap.sh doesn't know
what the executable extension should be, if any, so we need to make
sure it has access to that information when testing, since
OpenSSL::Test uses that script to execute all programs.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent ce192ebe
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment