diff src/lib/test-lib.c @ 22607:708b4dda62dc

lib: Add istream-try This can be used to automatically detect the underlying istream format from a given list of choices.
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Fri, 06 Oct 2017 18:31:12 +0300
parents 7db517071db5
children cb108f786fb4
line wrap: on
line diff
--- a/src/lib/test-lib.c	Mon Oct 09 18:31:52 2017 +0300
+++ b/src/lib/test-lib.c	Fri Oct 06 18:31:12 2017 +0300
@@ -36,6 +36,7 @@
 		test_istream_multiplex,
 		test_istream_seekable,
 		test_istream_tee,
+		test_istream_try,
 		test_istream_unix,
 		test_json_parser,
 		test_json_tree,