]> git.notmuchmail.org Git - notmuch/commit - test/test-lib.sh
test: define test_private_C
authorDavid Bremner <david@tethera.net>
Mon, 23 May 2022 23:38:54 +0000 (20:38 -0300)
committerDavid Bremner <david@tethera.net>
Sat, 25 Jun 2022 15:55:02 +0000 (12:55 -0300)
commit2707c06a0fc587a68096a3ec6f054ba4f0d7e7c7
treed635b49929cd8ce74e1d1e31e8b1f83e12949b1c
parentbfcf9a6c102af9232b6d2e720f919ff1c9b431f8
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.
configure
test/test-lib.sh