aboutsummaryrefslogtreecommitdiff
path: root/lib/io/Makemodule.am
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2023-02-11 14:01:50 +0100
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2023-02-11 14:02:20 +0100
commit9a7a07d047b6baffb095f16074402630fe2f0270 (patch)
tree9565f36f0fc54a6010bd61dabfd12d38bcf37056 /lib/io/Makemodule.am
parent9c2ce5c64c8d82d8ccf9f12e515a74e0d7fab9d0 (diff)
libio: Add a test case for istream-to-ostream splice
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'lib/io/Makemodule.am')
-rw-r--r--lib/io/Makemodule.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/io/Makemodule.am b/lib/io/Makemodule.am
index b8c03f6..b795788 100644
--- a/lib/io/Makemodule.am
+++ b/lib/io/Makemodule.am
@@ -29,9 +29,12 @@ test_istream_read_LDADD = libio.a libutil.a libcompat.a
test_istream_skip_SOURCES = lib/io/test/istream_skip.c
test_istream_skip_LDADD = libio.a libutil.a libcompat.a
+test_stream_splice_SOURCES = lib/io/test/stream_splice.c
+test_stream_splice_LDADD = libio.a libutil.a libcompat.a
+
check_PROGRAMS += test_get_line test_sparse_fb test_istream_read
-check_PROGRAMS += test_istream_skip
+check_PROGRAMS += test_istream_skip test_stream_splice
TESTS += test_get_line test_sparse_fb test_istream_read
-TESTS += test_istream_skip
+TESTS += test_istream_skip test_stream_splice
EXTRA_DIST += $(top_srcdir)/lib/io/test/get_line.txt