summaryrefslogtreecommitdiffstats
path: root/Makefile.fips
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-11-02 00:58:17 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-11-02 00:58:17 +0000
commit400b3b361404ceb16f5c720603ed1ab5d604a8a8 (patch)
tree4d76ed347e94da191c7a495ae5e7322e72600d27 /Makefile.fips
parent3ec9dceb15bfe2f45215e459454211fdc7a20c29 (diff)
Print out an error for "make test" in FIPS builds. (from FIPS stable)
Diffstat (limited to 'Makefile.fips')
-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