From 8ccb487c21368a7fdc8c7c72315325bf0aa06147 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 19:44:12 +0200 Subject: Adding upstream version 3:4.8.29. Signed-off-by: Daniel Baumann --- tests/src/vfs/ftpfs/Makefile.am | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 tests/src/vfs/ftpfs/Makefile.am (limited to 'tests/src/vfs/ftpfs/Makefile.am') diff --git a/tests/src/vfs/ftpfs/Makefile.am b/tests/src/vfs/ftpfs/Makefile.am new file mode 100644 index 0000000..294604b --- /dev/null +++ b/tests/src/vfs/ftpfs/Makefile.am @@ -0,0 +1,32 @@ +PACKAGE_STRING = "/src/vfs/ftpfs" + +AM_CPPFLAGS = \ + $(GLIB_CFLAGS) \ + -DTEST_DATA_DIR=\"$(abs_srcdir)/data\" \ + -I$(top_srcdir) \ + -I$(top_srcdir)/lib/vfs \ + @CHECK_CFLAGS@ + +AM_LDFLAGS = @TESTS_LDFLAGS@ + +LIBS = @CHECK_LIBS@ \ + $(top_builddir)/src/libinternal.la \ + $(top_builddir)/lib/libmc.la + +if ENABLE_MCLIB +LIBS += $(GLIB_LIBS) +endif + +EXTRA_DIST = \ + data/aix_list.input \ + data/aix_list.output \ + data/ms_list.input \ + data/ms_list.output + +TESTS = \ + ftpfs_parse_long_list + +check_PROGRAMS = $(TESTS) + +ftpfs_parse_long_list_SOURCES = \ + ftpfs_parse_long_list.c -- cgit v1.2.3