The branch master has been updated
       via  f325fba50c6e1cab053e449c420f76256b551867 (commit)
      from  ce192ebed0f5445076996b46c279a1499fdc8948 (commit)


- Log -----------------------------------------------------------------
commit f325fba50c6e1cab053e449c420f76256b551867
Author: Richard Levitte <[email protected]>
Date:   Thu Feb 18 20:50:35 2016 +0100

    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 <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 Configurations/unix-Makefile.tmpl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Configurations/unix-Makefile.tmpl 
b/Configurations/unix-Makefile.tmpl
index 4deab32..3cfbfd2 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -158,6 +158,7 @@ test tests: build_tests build_apps build_engines rehash
        ( cd test; \
          SRCTOP=../$(SRCDIR) \
          BLDTOP=../$(BLDDIR) \
+         EXE_EXT=$(EXE_EXT) \
            $(PERL) ../$(SRCDIR)/test/run_tests.pl $(TESTS) )
 
 list-tests:
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to