From: David Bremner Date: Mon, 23 May 2022 23:38:54 +0000 (-0300) Subject: test: define test_private_C X-Git-Tag: 0.37_rc0~80 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=2707c06a0fc587a68096a3ec6f054ba4f0d7e7c7;hp=2707c06a0fc587a68096a3ec6f054ba4f0d7e7c7;p=notmuch test: define test_private_C When testing error handling, it is sometimes difficult to cover a particular error path deterministically. Introduce a test function to allow calling lower level functions directly. ---