1. 22 4月, 2016 1 次提交
  2. 09 2月, 2016 1 次提交
    • R
      unified build scheme: adjust test framework for out of source build tree · 42e0ccdf
      Richard Levitte 提交于
      To be able to run tests when we've built in a directory other than
      the source tree, the testing framework needs a few adjustments.
      
      test/testlib/OpenSSL/Test.pm needs to know where it can find
      shlib_wrap.sh, and a number of other tests need to be told a different
      place to find engines than what they may be able to figure out on
      their own.  Relying to $TOP is not enough, $SRCTOP and $BLDTOP can be
      used as an alternative.
      
      As part of this change, top_file and top_dir are removed and
      srctop_file, bldtop_file, srctop_dir and bldtop_dir take their place.
      Reviewed-by: NBen Laurie <ben@openssl.org>
      42e0ccdf
  3. 14 1月, 2016 1 次提交
    • R
      Do not use redirection on binary files · 9b56815d
      Richard Levitte 提交于
      On some platforms, the shell will determine what attributes a file
      will have, so while the program might think it's safely outputting
      binary data, it's not always true.
      
      For the sake of the tests, it's therefore safer to use -out than to
      use redirection.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      9b56815d
  4. 14 10月, 2015 1 次提交
  5. 07 9月, 2015 3 次提交