Add more tests for VFS
[midnight-commander.git] / lib / tests / vfs / Makefile.am
blob55a8af2bbf2ec01730e2f743acff8a9282edc99c
1 AM_CFLAGS = -I$(top_srcdir)/lib/vfs $(GLIB_CFLAGS) -I$(top_srcdir) @CHECK_CFLAGS@
2 LIBS=@CHECK_LIBS@  \
3     $(top_builddir)/lib/libmc.la
5 TESTS = \
6         vfs_prefix_to_class \
7         get_vfs_class \
8         vfs_split \
9         vfs_path_from_string \
10         vfs_s_get_path_mangle
12 check_PROGRAMS = $(TESTS)
14 get_vfs_class_SOURCES = \
15         get_vfs_class.c
17 vfs_split_SOURCES = \
18         vfs_split.c
20 vfs_prefix_to_class_SOURCES = \
21         vfs_prefix_to_class.c
23 vfs_path_from_string_SOURCES = \
24         vfs_path_from_string.c
26 vfs_s_get_path_mangle_SOURCES = \
27         vfs_s_get_path_mangle.c