From: Timo Sirainen Date: Fri, 23 Dec 2016 17:53:49 +0000 (-0500) Subject: lib: Add unit test for istream-sized X-Git-Tag: 2.3.0.rc1~2357 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c81ec7de302a1c38f4ea27a82dad3b2f631701d9;p=thirdparty%2Fdovecot%2Fcore.git lib: Add unit test for istream-sized --- diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 8d195b26a0..c78b095e10 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -342,6 +342,7 @@ test_lib_SOURCES = \ test-istream-failure-at.c \ test-istream-jsonstr.c \ test-istream-seekable.c \ + test-istream-sized.c \ test-istream-tee.c \ test-istream-unix.c \ test-json-parser.c \ diff --git a/src/lib/test-lib.inc b/src/lib/test-lib.inc index e99348b9fa..77712f94ac 100644 --- a/src/lib/test-lib.inc +++ b/src/lib/test-lib.inc @@ -34,6 +34,7 @@ TEST(test_istream_crlf) TEST(test_istream_failure_at) TEST(test_istream_jsonstr) TEST(test_istream_seekable) +TEST(test_istream_sized) TEST(test_istream_tee) TEST(test_istream_unix) TEST(test_json_parser)