From: Aki Tuomi Date: Tue, 26 Jan 2021 07:30:42 +0000 (+0200) Subject: m4: dovecot.m4 - Execute tests with libtool X-Git-Tag: 2.3.15~417 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93014e52f85991c4320feedca38569f54bcbb908;p=thirdparty%2Fdovecot%2Fcore.git m4: dovecot.m4 - Execute tests with libtool This allows libtool to do all the necessary preparations before test harness is used. --- diff --git a/m4/dovecot.m4 b/m4/dovecot.m4 index 9e4cb18a4d..fcff3ea36c 100644 --- a/m4/dovecot.m4 +++ b/m4/dovecot.m4 @@ -307,7 +307,7 @@ if test \$ret != 0; then fi exit \$ret _DC_EOF - RUN_TEST='$(SHELL) $(top_builddir)/run-test.sh $(top_srcdir)' + RUN_TEST='$(LIBTOOL) execute $(SHELL) $(top_builddir)/run-test.sh $(top_srcdir)' ], [ RUN_TEST='' ])