test: never run fipsinstall if the tests are not enabled.
authorPauli <pauli@openssl.org>
Wed, 28 Apr 2021 01:25:52 +0000 (11:25 +1000)
committerPauli <pauli@openssl.org>
Thu, 29 Apr 2021 07:40:24 +0000 (17:40 +1000)
commit2395ad8079bdc76790a004f9aaeb53ef0b1c8df8
treeb584b46cccfd489a02408c8158655dc16cef2d5b
parent3babc1e468c9a5cfb30582a3ea1d55c1ec776361
test: never run fipsinstall if the tests are not enabled.

Fixes #15056

The dependency for fipsinstall was being added to the makefile regardless of
it being used.  This means that a subsequent `make test` would fail if the
command line application wasn't present.  Rather than fix the instance in question,
it is better to leave out this part of the makefile if the tests cannot be
run.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15057)
providers/build.info