summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2015-12-02 12:20:49 -0500
committerRich Salz <rsalz@openssl.org>2015-12-02 12:40:38 -0500
commit0aca86b313d286be979629a3193a12e17bf7171a (patch)
treec68d265c31e1001e105b632eca7f1598a7e69411 /Makefile.org
parentf9fd35248c9a3b1125d9ab82ffb19d62e86533ac (diff)
Run test_ordinals after update
Catch a common 'make update' failure: conflicting ordinals. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index 6cd20f8770..08c700093a 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -436,6 +436,9 @@ rehash.time: certs apps
test: tests
+test_ordinals:
+ $(MAKE) TESTS=test_ordinals test
+
tests: rehash
@(cd test && echo "testing..." && \
$(CLEARENV) && $(MAKE) -e $(BUILDENV) TOP=.. TESTS='$(TESTS)' OPENSSL_DEBUG_MEMORY=on OPENSSL_CONF=../apps/openssl.cnf tests );
@@ -450,7 +453,7 @@ list-tests:
report:
@$(PERL) util/selftest.pl
-update: errors stacks util/libeay.num util/ssleay.num TABLE
+update: errors stacks util/libeay.num util/ssleay.num TABLE test_ordinals
@set -e; target=update; $(RECURSIVE_BUILD_CMD)
depend: