diff options
Diffstat (limited to 'tests/libfstream/Makemodule.am')
-rw-r--r-- | tests/libfstream/Makemodule.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/libfstream/Makemodule.am b/tests/libfstream/Makemodule.am new file mode 100644 index 0000000..bba35f5 --- /dev/null +++ b/tests/libfstream/Makemodule.am @@ -0,0 +1,11 @@ +test_get_line_SOURCES = tests/libfstream/get_line.c tests/test.h +test_get_line_LDADD = libfstream.a libcompat.a +test_get_line_CPPFLAGS = $(AM_CPPFLAGS) +test_get_line_CPPFLAGS += -DTESTFILE=$(top_srcdir)/tests/libfstream/get_line.txt + +if BUILD_TOOLS +check_PROGRAMS += test_get_line +TESTS += test_get_line +endif + +EXTRA_DIST += $(top_srcdir)/tests/libfstream/get_line.txt |