Set EXE_EXT environment variable when testing
authorRichard Levitte <levitte@openssl.org>
Thu, 18 Feb 2016 19:50:35 +0000 (20:50 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 18 Feb 2016 22:45:44 +0000 (23:45 +0100)
commitf325fba50c6e1cab053e449c420f76256b551867
tree030ce75472c0cde451fbfb86c236c020bf96cdac
parentce192ebed0f5445076996b46c279a1499fdc8948
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: Rich Salz <rsalz@openssl.org>
Configurations/unix-Makefile.tmpl