mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
Print out an error for "make test" in FIPS builds. (from FIPS stable)
This commit is contained in:
parent
3ec9dceb15
commit
400b3b3614
@ -538,9 +538,7 @@ dclean:
|
||||
test: tests
|
||||
|
||||
tests:
|
||||
@(cd test && echo "testing..." && \
|
||||
$(CLEARENV) && $(MAKE) -e $(BUILDENV) TOP=.. TESTS='$(TESTS)' OPENSSL_DEBUG_MEMORY=on OPENSSL_CONF=../apps/openssl.cnf tests );
|
||||
OPENSSL_CONF=apps/openssl.cnf util/opensslwrap.sh version -a
|
||||
@echo "Not implemented in FIPS build" ; false
|
||||
|
||||
report:
|
||||
@$(PERL) util/selftest.pl
|
||||
|
Loading…
Reference in New Issue
Block a user