Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-11-02 04:43:45 +0400
committerDr. Stephen Henson <steve@openssl.org>2011-11-02 04:43:45 +0400
commitcb47a7107f26bfcfba680cf9dfd450ceea9d5ead (patch)
tree9b6d44afbef9f0a5a1bb9a2f3b036d00b8a9c6c4
parentd5939062d7fa9059b086e88ca14bf3f3ad19256b (diff)
Print out an error for "make test" in FIPS builds.
-rw-r--r--Makefile.fips4
1 files changed, 1 insertions, 3 deletions
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