From 9c2ce5c64c8d82d8ccf9f12e515a74e0d7fab9d0 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Fri, 10 Feb 2023 22:13:07 +0100 Subject: libio: Add a test for istream precache/read/skip Signed-off-by: David Oberhollenzer --- lib/io/Makemodule.am | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'lib/io/Makemodule.am') 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 -- cgit v1.2.3