aboutsummaryrefslogtreecommitdiff
path: root/tests/libio/Makemodule.am
blob: 3676d1aae62ae1fc22d944bbcdffb8c3af2507c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
test_get_line_SOURCES = tests/libio/get_line.c
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

if BUILD_TOOLS
check_PROGRAMS += test_get_line
TESTS += test_get_line
endif

EXTRA_DIST += $(top_srcdir)/tests/libio/get_line.txt