Run test_ordinals after update
Catch a common 'make update' failure: conflicting ordinals. Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
f9fd35248c
commit
0aca86b313
@ -436,6 +436,9 @@ rehash.time: certs apps
|
|||||||
|
|
||||||
test: tests
|
test: tests
|
||||||
|
|
||||||
|
test_ordinals:
|
||||||
|
$(MAKE) TESTS=test_ordinals test
|
||||||
|
|
||||||
tests: rehash
|
tests: rehash
|
||||||
@(cd test && echo "testing..." && \
|
@(cd test && echo "testing..." && \
|
||||||
$(CLEARENV) && $(MAKE) -e $(BUILDENV) TOP=.. TESTS='$(TESTS)' OPENSSL_DEBUG_MEMORY=on OPENSSL_CONF=../apps/openssl.cnf tests );
|
$(CLEARENV) && $(MAKE) -e $(BUILDENV) TOP=.. TESTS='$(TESTS)' OPENSSL_DEBUG_MEMORY=on OPENSSL_CONF=../apps/openssl.cnf tests );
|
||||||
@ -450,7 +453,7 @@ list-tests:
|
|||||||
report:
|
report:
|
||||||
@$(PERL) util/selftest.pl
|
@$(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)
|
@set -e; target=update; $(RECURSIVE_BUILD_CMD)
|
||||||
|
|
||||||
depend:
|
depend:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user