]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib: Add unit test for istream-sized
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Fri, 23 Dec 2016 17:53:49 +0000 (12:53 -0500)
committerGitLab <gitlab@git.dovecot.net>
Fri, 23 Dec 2016 19:08:57 +0000 (21:08 +0200)
src/lib/Makefile.am
src/lib/test-lib.inc

index 8d195b26a0330765a9eff5eec5f02cd963c2d8f0..c78b095e1056395b26f2a5081f636861aed8708b 100644 (file)
@@ -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 \
index e99348b9fa15311434d8f72b2e54aaa065d64614..77712f94ac5ea229a6a2858ef5278962eb6407b4 100644 (file)
@@ -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)