aboutsummaryrefslogtreecommitdiff
path: root/tests/libio/Makemodule.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libio/Makemodule.am')
-rw-r--r--tests/libio/Makemodule.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/libio/Makemodule.am b/tests/libio/Makemodule.am
index 3676d1a..2803b43 100644
--- a/tests/libio/Makemodule.am
+++ b/tests/libio/Makemodule.am
@@ -3,9 +3,12 @@ test_get_line_LDADD = libio.a libcompat.a
test_get_line_CPPFLAGS = $(AM_CPPFLAGS)
test_get_line_CPPFLAGS += -DTESTFILE=$(top_srcdir)/tests/libio/get_line.txt
+test_sparse_fb_SOURCES = tests/libio/sparse_fb.c
+test_sparse_fb_LDADD = libio.a libutil.a libcompat.a
+
if BUILD_TOOLS
-check_PROGRAMS += test_get_line
-TESTS += test_get_line
+check_PROGRAMS += test_get_line test_sparse_fb
+TESTS += test_get_line test_sparse_fb
endif
EXTRA_DIST += $(top_srcdir)/tests/libio/get_line.txt