Zero struct stat tv_nsec (if supported) whenever st is filled manually
[midnight-commander.git] / tests / lib / vfs / Makefile.am
blobebb531ac75ff7e0e51af2e9673ac68e87192f714
1 PACKAGE_STRING = "/lib/vfs"
3 AM_CPPFLAGS = \
4         -DTEST_SHARE_DIR=\"$(abs_srcdir)\" \
5         $(GLIB_CFLAGS) \
6         -I$(top_srcdir) \
7         -I$(top_srcdir)/lib/vfs \
8         @CHECK_CFLAGS@
10 AM_LDFLAGS = @TESTS_LDFLAGS@
12 EXTRA_DIST = mc.charsets
14 LIBS=@CHECK_LIBS@  \
15     $(top_builddir)/lib/libmc.la
17 TESTS = \
18         canonicalize_pathname \
19         current_dir \
20         path_cmp \
21         path_len \
22         path_manipulations \
23         path_serialize \
24         relative_cd \
25         tempdir \
26         vfs_adjust_stat \
27         vfs_parse_ls_lga \
28         vfs_path_from_str_flags \
29         vfs_path_string_convert \
30         vfs_prefix_to_class \
31         vfs_setup_cwd \
32         vfs_split \
33         vfs_s_get_path
35 if CHARSET
36 TESTS += path_recode \
37         vfs_get_encoding
38 endif
40 check_PROGRAMS = $(TESTS)
42 canonicalize_pathname_SOURCES = \
43         canonicalize_pathname.c
45 current_dir_SOURCES = \
46         current_dir.c
48 path_cmp_SOURCES = \
49         path_cmp.c
51 path_len_SOURCES = \
52         path_len.c
54 path_manipulations_SOURCES = \
55         path_manipulations.c
57 path_recode_SOURCES = \
58         path_recode.c
60 path_serialize_SOURCES = \
61         path_serialize.c
63 relative_cd_SOURCES = \
64         relative_cd.c
66 tempdir_SOURCES = \
67         tempdir.c
69 vfs_adjust_stat_SOURCES = \
70         vfs_adjust_stat.c
72 vfs_get_encoding_SOURCES = \
73         vfs_get_encoding.c
75 vfs_setup_cwd_SOURCES = \
76         vfs_setup_cwd.c
78 vfs_split_SOURCES = \
79         vfs_split.c
81 vfs_parse_ls_lga_SOURCES = \
82         vfs_parse_ls_lga.c
84 vfs_prefix_to_class_SOURCES = \
85         vfs_prefix_to_class.c
87 vfs_path_from_str_flags_SOURCES = \
88         vfs_path_from_str_flags.c
90 vfs_path_string_convert_SOURCES = \
91         vfs_path_string_convert.c
93 vfs_s_get_path_SOURCES = \
94         vfs_s_get_path.c