From: David Bremner Date: Wed, 26 Jun 2019 16:23:36 +0000 (-0400) Subject: test: provide machinery to make and use test_shims X-Git-Tag: archive/debian/0.30_rc0-1~159 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=6544a2e3054ee96d8d4efccc51b4bc9e09e23d6c;hp=6544a2e3054ee96d8d4efccc51b4bc9e09e23d6c;p=notmuch test: provide machinery to make and use test_shims These can be used e.g. to override return values for functions, in place of the existing scripting of gdb. This prepends to LD_PRELOAD rather than clobbering it, thanks to a suggestion from Tomi Ollila. Signed-off-by: Daniel Kahn Gillmor ---