mc/tests
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
..
lib Ticket #2918: cygwin test failure. 2012-11-14 13:32:55 +04:00
src Ticket #2918: cygwin test failure. 2012-11-14 13:32:55 +04:00
Makefile.am Added tests for examine_cd() function. 2012-02-24 09:39:04 +03:00