Skip to content

Commit

Permalink
Run test_ordinals after update
Browse files Browse the repository at this point in the history
Catch a common 'make update' failure: conflicting ordinals.

Reviewed-by: Richard Levitte <levitte@openssl.org>
  • Loading branch information
richsalz authored and Rich Salz committed Dec 2, 2015
1 parent f9fd352 commit 0aca86b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile.org
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand All @@ -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:
Expand Down
File renamed without changes.

0 comments on commit 0aca86b

Please sign in to comment.