Configurations/unix-Makefile.tmpl: harmonize with no-engine.
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6106)
This commit is contained in:
parent
7069eaee23
commit
06444da464
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ test: tests
|
||||||
RESULT_D=test-runs \
|
RESULT_D=test-runs \
|
||||||
PERL="$(PERL)" \
|
PERL="$(PERL)" \
|
||||||
EXE_EXT={- $exeext -} \
|
EXE_EXT={- $exeext -} \
|
||||||
OPENSSL_ENGINES=`cd ../$(BLDDIR)/engines; pwd` \
|
OPENSSL_ENGINES=`cd ../$(BLDDIR)/engines 2>/dev/null && pwd` \
|
||||||
OPENSSL_DEBUG_MEMORY=on \
|
OPENSSL_DEBUG_MEMORY=on \
|
||||||
$(PERL) ../$(SRCDIR)/test/run_tests.pl $(TESTS) )
|
$(PERL) ../$(SRCDIR)/test/run_tests.pl $(TESTS) )
|
||||||
@ : {- if ($disabled{tests}) { output_on(); } else { output_off(); } "" -}
|
@ : {- if ($disabled{tests}) { output_on(); } else { output_off(); } "" -}
|
||||||
|
|
Loading…
Reference in a new issue