mc/tests/lib/vfs
Andrew Borodin 42499480bd Ticket #2918: cygwin test failure.
In
tests/lib/mcconfig/Makefile.am
tests/lib/vfs/Makefile.am
tests/src/filemanager/Makefile.am

AM_LDFLAGS = -Wl,-z,muldefs

is used, but on cygwin the linker does not accept the "-z" option and

AM_LDFLAGS = -Wl,--allow-multiple-definition

is required instead.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2012-11-14 13:32:55 +04:00
..
canonicalize_pathname.c Ticket 1551: Update GPL version from 2 to 3 2011-10-18 14:08:34 +03:00
current_dir.c Fixed creating string from relative non-local VFS. 2012-03-25 15:28:45 +03:00
Makefile.am Ticket #2918: cygwin test failure. 2012-11-14 13:32:55 +04:00
mc.charsets Ticket 2570: Code cleanup 2011-07-11 20:23:44 +03:00
path_cmp.c Tests tweak and cleanup in case of --disable-charset option usage. 2012-06-25 17:00:02 +04:00
path_len.c Tests tweak and cleanup in case of --disable-charset option usage. 2012-06-25 17:00:02 +04:00
path_manipulations.c Tests tweak and cleanup in case of --disable-charset option usage. 2012-06-25 17:00:02 +04:00
path_recode.c Ticket #2791: Fixed: cannot Copy/Move files with filename encoding change 2012-08-29 13:30:28 +03:00
path_serialize.c Tests tweak and cleanup in case of --disable-charset option usage. 2012-06-25 17:00:02 +04:00
relative_cd.c Tests tweak and cleanup in case of --disable-charset option usage. 2012-06-25 17:00:02 +04:00
tempdir.c Changed input parameters of mc_mkstemp() and mc_tempdir() functions 2012-03-06 11:41:26 +03:00
vfs_parse_ls_lga.c Ticket #2732: fix vfs test build failure on alpha 2012-02-13 14:18:31 +03:00
vfs_path_string_convert.c Tests tweak and cleanup in case of --disable-charset option usage. 2012-06-25 17:00:02 +04:00
vfs_prefix_to_class.c Ticket 1551: Update GPL version from 2 to 3 2011-10-18 14:08:34 +03:00
vfs_s_get_path.c Return values of following functions are constants now: 2012-03-06 11:52:31 +03:00
vfs_split.c Ticket 1551: Update GPL version from 2 to 3 2011-10-18 14:08:34 +03:00