(mc_search_run): document the return value.
[midnight-commander.git] / tests / src / editor / Makefile.am
blobf0b2a9c5060068f99cad6e49624c40a3730f6174
1 PACKAGE_STRING = "/src/editor"
3 AM_CPPFLAGS = \
4         -DTEST_SHARE_DIR=\"$(abs_srcdir)\" \
5         $(GLIB_CFLAGS) \
6         -I$(top_srcdir) \
7         @CHECK_CFLAGS@ \
8         @PCRE_CPPFLAGS@
10 AM_LDFLAGS = @TESTS_LDFLAGS@
12 LIBS=@CHECK_LIBS@  \
13         $(top_builddir)/src/libinternal.la \
14         $(top_builddir)/lib/libmc.la \
15         @PCRE_LIBS@
17 if ENABLE_VFS_SMB
18 # this is a hack for linking with own samba library in simple way
19 LIBS += $(top_builddir)/src/vfs/smbfs/helpers/libsamba.a
20 endif
22 EXTRA_DIST = mc.charsets test-data.txt.in
24 TESTS = \
25         editcmd__edit_complete_word_cmd
27 check_PROGRAMS = $(TESTS)
29 editcmd__edit_complete_word_cmd_SOURCES = \
30         editcmd__edit_complete_word_cmd.c