diff options
author | Richard Levitte <levitte@openssl.org> | 2019-08-17 08:35:32 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-08-27 11:53:33 +0200 |
commit | 8b138d3fe4d9dbbc632511d4ac8b7099b793630b (patch) | |
tree | 52f30241fb93a5261b785c71391abf2e41ce0d5f /Configurations/unix-Makefile.tmpl | |
parent | 724339ff44235149c4e8ddae614e1dda6863e23e (diff) | |
download | openssl-new-8b138d3fe4d9dbbc632511d4ac8b7099b793630b.tar.gz |
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.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl index 45f53cc546..1e8a84f946 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(); } "" -} |