aboutsummaryrefslogtreecommitdiff
path: root/lib/io/Makemodule.am
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2023-02-10 22:13:07 +0100
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2023-02-10 23:15:34 +0100
commit9c2ce5c64c8d82d8ccf9f12e515a74e0d7fab9d0 (patch)
tree1f1cd8b39d5a2111df8e8553f0d14377812c9f54 /lib/io/Makemodule.am
parent92e2c77a5b5eeabc3252ea90953ab6bd1a8944d1 (diff)
libio: Add a test for istream precache/read/skip
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'lib/io/Makemodule.am')
-rw-r--r--lib/io/Makemodule.am12
1 files changed, 10 insertions, 2 deletions
diff --git a/lib/io/Makemodule.am b/lib/io/Makemodule.am
index 17952f4..b8c03f6 100644
--- a/lib/io/Makemodule.am
+++ b/lib/io/Makemodule.am
@@ -23,7 +23,15 @@ test_get_line_CPPFLAGS += -DTESTFILE=$(top_srcdir)/lib/io/test/get_line.txt
test_sparse_fb_SOURCES = lib/io/test/sparse_fb.c
test_sparse_fb_LDADD = libio.a libutil.a libcompat.a
-check_PROGRAMS += test_get_line test_sparse_fb
-TESTS += test_get_line test_sparse_fb
+test_istream_read_SOURCES = lib/io/test/istream_read.c
+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
+
+check_PROGRAMS += test_get_line test_sparse_fb test_istream_read
+check_PROGRAMS += test_istream_skip
+TESTS += test_get_line test_sparse_fb test_istream_read
+TESTS += test_istream_skip
EXTRA_DIST += $(top_srcdir)/lib/io/test/get_line.txt