Skip to content

Commit

Permalink
lib: Add unit test for istream-sized
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen authored and GitLab committed Dec 23, 2016
1 parent c328d22 commit c81ec7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/Makefile.am
Expand Up @@ -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 \
Expand Down
1 change: 1 addition & 0 deletions src/lib/test-lib.inc
Expand Up @@ -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)
Expand Down

0 comments on commit c81ec7d

Please sign in to comment.