Add tests for coverage the bug.
[midnight-commander.git] / tests / src / editor / Makefile.am
blobc0ee705c248418f2ccd1e4426f7baec95f5b235d
1 AM_CPPFLAGS = \
2         -DTEST_SHARE_DIR=\"$(abs_srcdir)\" \
3         $(GLIB_CFLAGS) \
4         -I$(top_srcdir) \
5         @CHECK_CFLAGS@
7 AM_LDFLAGS = @TESTS_LDFLAGS@
9 LIBS=@CHECK_LIBS@  \
10         $(top_builddir)/src/libinternal.la \
11         $(top_builddir)/lib/libmc.la
13 if ENABLE_VFS_SMB
14 # this is a hack for linking with own samba library in simple way
15 LIBS += $(top_builddir)/src/vfs/smbfs/helpers/libsamba.a
16 endif
18 EXTRA_DIST = mc.charsets test-data.txt.in
20 TESTS = \
21         editcmd__edit_complete_word_cmd
23 check_PROGRAMS = $(TESTS)
25 editcmd__edit_complete_word_cmd_SOURCES = \
26         editcmd__edit_complete_word_cmd.c