Added forgotten file to distribution for tests
[midnight-commander.git] / tests / lib / vfs / Makefile.am
blobbf440ee709638e8ba726109752d9b5a84b3110fb
1 AM_CFLAGS = -I$(top_srcdir)/lib/vfs $(GLIB_CFLAGS) -I$(top_srcdir) @CHECK_CFLAGS@ \
2         -DTEST_SHARE_DIR=\"$(abs_srcdir)\" -z muldefs
4 AM_LDFLAGS = -z muldefs
6 EXTRA_DIST = mc.charsets
8 LIBS=@CHECK_LIBS@  \
9     $(top_builddir)/lib/libmc.la
11 TESTS = \
12         canonicalize_pathname \
13         current_dir \
14         path_recode \
15         path_serialize \
16         vfs_parse_ls_lga \
17         vfs_path_string_convert \
18         vfs_prefix_to_class \
19         vfs_split \
20         vfs_s_get_path
22 check_PROGRAMS = $(TESTS)
24 canonicalize_pathname_SOURCES = \
25         canonicalize_pathname.c
27 current_dir_SOURCES = \
28         current_dir.c
30 path_recode_SOURCES = \
31         path_recode.c
33 path_serialize_SOURCES = \
34         path_serialize.c
36 vfs_split_SOURCES = \
37         vfs_split.c
39 vfs_parse_ls_lga_SOURCES = \
40         vfs_parse_ls_lga.c
42 vfs_prefix_to_class_SOURCES = \
43         vfs_prefix_to_class.c
45 vfs_path_string_convert_SOURCES = \
46         vfs_path_string_convert.c
48 vfs_s_get_path_SOURCES = \
49         vfs_s_get_path.c