History log of /dovecot/src/lib-program-client/Makefile.am
Revision Date Author Comments Expand
2e5c593f63d7d12fab07fb3055a7f95a11f3fb27 12-Feb-2018 Stephan Bosch <stephan.bosch@dovecot.fi>

lib-program-client: Run local client tests with valgrind --trace-children=no. Before, valgrind was omitted entirely.

149299c7d5136a8fb425ef3cf8953026a1358002 11-Oct-2017 Timo Sirainen <timo.sirainen@dovecot.fi>

global: Use check-local in Makefile.am instead of overriding check directly This helps with dependency problems, like running "make check" in lib-storage without "make" first would try to compile the test programs too early and fail.

/dovecot/src/anvil/Makefile.am /dovecot/src/auth/Makefile.am /dovecot/src/director/Makefile.am /dovecot/src/doveadm/Makefile.am /dovecot/src/doveadm/dsync/Makefile.am /dovecot/src/lib-charset/Makefile.am /dovecot/src/lib-compression/Makefile.am /dovecot/src/lib-dcrypt/Makefile.am /dovecot/src/lib-dict-backend/Makefile.am /dovecot/src/lib-dict/Makefile.am /dovecot/src/lib-dns/Makefile.am /dovecot/src/lib-fs/Makefile.am /dovecot/src/lib-fts/Makefile.am /dovecot/src/lib-http/Makefile.am /dovecot/src/lib-imap-client/Makefile.am /dovecot/src/lib-imap/Makefile.am /dovecot/src/lib-index/Makefile.am /dovecot/src/lib-ldap/Makefile.am /dovecot/src/lib-mail/Makefile.am /dovecot/src/lib-master/Makefile.am Makefile.am /dovecot/src/lib-settings/Makefile.am /dovecot/src/lib-smtp/Makefile.am /dovecot/src/lib-storage/Makefile.am /dovecot/src/lib/Makefile.am /dovecot/src/plugins/mail-crypt/Makefile.am /dovecot/src/plugins/pop3-migration/Makefile.am /dovecot/src/plugins/quota/Makefile.am /dovecot/src/plugins/var-expand-crypt/Makefile.am
b60f51bfcc7d96659efa332a40726cf760693aca 20-Oct-2016 Timo Sirainen <timo.sirainen@dovecot.fi>

lib-program-client: Linking fix.

bdaa7eb956fb87c21d37cfb8bf9b4ab47e3216f9 19-Oct-2016 Aki Tuomi <aki.tuomi@dovecot.fi>

lib-program-client: Fix local tests

867b2e27d87b6b7dbe28e5ec08b3f1514bb92e7d 19-Oct-2016 Aki Tuomi <aki.tuomi@dovecot.fi>

lib-program-client: Disable valgrind For local test, we can't use valgrind, it's too unreliable (breaks execution sometimes).

a371ea8bd48d45548cd7aa16d4f5aeb38ba48c91 19-Oct-2016 Aki Tuomi <aki.tuomi@dovecot.fi>

lib-program-client: Add support for iostream-dot This is also made mandatory for TCP client.

3f67fea2e5a12390d280315c37c80302a9dab683 19-Oct-2016 Aki Tuomi <aki.tuomi@dovecot.fi>

lib-program-client: Add tests for TCP client

0a017e924aa2490f6a54096d11e534b2a7554ebe 10-Oct-2016 Aki Tuomi <aki.tuomi@dovecot.fi>

lib-program-client: Add test suite for program client

4036c1ca99d2c517f68a5b67a419ae7fdfd45300 05-Oct-2016 Aki Tuomi <aki.tuomi@dovecot.fi>

lib-program-client: Add program-client from pigeonhole