From: Dr. Stephen Henson Date: Wed, 2 Nov 2011 00:43:45 +0000 (+0000) Subject: Print out an error for "make test" in FIPS builds. X-Git-Tag: OpenSSL-fips-2_0-rc2~20 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cb47a7107f26bfcfba680cf9dfd450ceea9d5ead;p=oweals%2Fopenssl.git Print out an error for "make test" in FIPS builds. --- diff --git a/Makefile.fips b/Makefile.fips index 36e9a7d65b..b3811dff22 100644 --- a/Makefile.fips +++ b/Makefile.fips @@ -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