aboutsummaryrefslogtreecommitdiff
path: root/Configurations/unix-Makefile.tmpl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-08-17 08:35:32 +0200
committerRichard Levitte <levitte@openssl.org>2019-08-27 11:53:33 +0200
commit8b138d3fe4d9dbbc632511d4ac8b7099b793630b (patch)
tree52f30241fb93a5261b785c71391abf2e41ce0d5f /Configurations/unix-Makefile.tmpl
parent724339ff44235149c4e8ddae614e1dda6863e23e (diff)
downloadopenssl-8b138d3fe4d9dbbc632511d4ac8b7099b793630b.zip
openssl-8b138d3fe4d9dbbc632511d4ac8b7099b793630b.tar.gz
openssl-8b138d3fe4d9dbbc632511d4ac8b7099b793630b.tar.bz2
testing: set OPENSSL_MODULES to the providers directory by default
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9618)
Diffstat (limited to 'Configurations/unix-Makefile.tmpl')
-rw-r--r--Configurations/unix-Makefile.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
index 45f53cc..1e8a84f 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -352,6 +352,7 @@ test: tests
PERL="$(PERL)" \
EXE_EXT={- platform->binext() -} \
OPENSSL_ENGINES=`cd ../$(BLDDIR)/engines 2>/dev/null && pwd` \
+ OPENSSL_MODULES=`cd ../$(BLDDIR)/providers 2>/dev/null && pwd` \
OPENSSL_DEBUG_MEMORY=on \
$(PERL) ../$(SRCDIR)/test/run_tests.pl $(TESTS) )
@ : {- if ($disabled{tests}) { output_on(); } else { output_off(); } "" -}