[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[openssl-gost] [gost-engine/engine] 09bc33: Don't put test results or intermediary files in th...



  Branch: refs/heads/master
  Home:   https://github.com/gost-engine/engine
  Commit: 09bc339bdce87d513b029b9be91b6cb73b6cc2b7
      https://github.com/gost-engine/engine/commit/09bc339bdce87d513b029b9be91b6cb73b6cc2b7
  Author: Richard Levitte <richard@levitte.org>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
    M CMakeLists.txt
    M tcl_tests/dgst.try
    M tcl_tests/enc.try
    M tcl_tests/mac.try
    M tcl_tests/ossltest.tcl
    M tcl_tests/runtest.sh

  Log Message:
  -----------
  Don't put test results or intermediary files in the source tree

When building in a directory that's separate from the source
directory, test results should end up in the build directory, not the
source directory.

Essentially, unless you do build in the source directory, it should be
regarded as read-only when building.