]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
m4: dovecot.m4 - Execute tests with libtool
authorAki Tuomi <aki.tuomi@open-xchange.com>
Tue, 26 Jan 2021 07:30:42 +0000 (09:30 +0200)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Thu, 11 Feb 2021 08:51:17 +0000 (08:51 +0000)
This allows libtool to do all the necessary preparations
before test harness is used.

m4/dovecot.m4

index 9e4cb18a4d7cfb05625ee9f872d1926fcd43202f..fcff3ea36c4340a6582c73f9596a1274c9e9dd5e 100644 (file)
@@ -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=''
   ])