aboutsummaryrefslogtreecommitdiff
path: root/lib/io/Makemodule.am
diff options
context:
space:
mode:
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