mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 12:04:38 +08:00
Make sure that the test / tests build target run 'run_tests' last
Fixes #22943 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Todd Short <todd.short@me.com> (Merged from https://github.com/openssl/openssl/pull/22947)
This commit is contained in:
parent
f529a2eb75
commit
f882753f43
@ -516,7 +516,8 @@ build_all_generated : $(GENERATED_MANDATORY) $(GENERATED) build_docs
|
||||
all : build_sw build_docs
|
||||
|
||||
test : tests
|
||||
{- dependmagic('tests'); -} : build_programs_nodep, build_modules_nodep run_tests
|
||||
{- dependmagic('tests'); -} : build_programs_nodep, build_modules_nodep
|
||||
$(MMS) $(MMSQUALIFIERS) run_tests
|
||||
run_tests :
|
||||
@ ! {- output_off() if $disabled{tests}; "" -}
|
||||
DEFINE SRCTOP "$(SRCDIR)"
|
||||
|
@ -559,8 +559,9 @@ help: ## Show this help screen
|
||||
|
||||
##@ Testing
|
||||
test: tests ## Run tests (alias of "tests")
|
||||
{- dependmagic('tests', 'Run tests'); -}: build_programs_nodep build_modules_nodep link-utils run_tests
|
||||
run_tests:
|
||||
{- dependmagic('tests', 'Run tests'); -}: build_programs_nodep build_modules_nodep link-utils
|
||||
$(MAKE) run_tests
|
||||
run_tests: FORCE
|
||||
@ : {- output_off() if $disabled{tests}; "" -}
|
||||
( SRCTOP=$(SRCDIR) \
|
||||
BLDTOP=$(BLDDIR) \
|
||||
|
Loading…
Reference in New Issue
Block a user