From 8ccb487c21368a7fdc8c7c72315325bf0aa06147 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 19:44:12 +0200 Subject: Adding upstream version 3:4.8.29. Signed-off-by: Daniel Baumann --- tests/src/editor/Makefile.am | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 tests/src/editor/Makefile.am (limited to 'tests/src/editor/Makefile.am') diff --git a/tests/src/editor/Makefile.am b/tests/src/editor/Makefile.am new file mode 100644 index 0000000..6ef612d --- /dev/null +++ b/tests/src/editor/Makefile.am @@ -0,0 +1,30 @@ +PACKAGE_STRING = "/src/editor" + +AM_CPPFLAGS = \ + -DTEST_SHARE_DIR=\"$(abs_srcdir)\" \ + $(GLIB_CFLAGS) \ + -I$(top_srcdir) \ + @CHECK_CFLAGS@ \ + @PCRE_CPPFLAGS@ + +AM_LDFLAGS = @TESTS_LDFLAGS@ + +LIBS = @CHECK_LIBS@ \ + $(top_builddir)/src/libinternal.la \ + $(top_builddir)/lib/libmc.la \ + @PCRE_LIBS@ + +if ENABLE_MCLIB +LIBS += $(GLIB_LIBS) +endif + +EXTRA_DIST = mc.charsets test-data.txt.in + +TESTS = \ + edit_complete_word_cmd + +check_PROGRAMS = $(TESTS) + +edit_complete_word_cmd_SOURCES = \ + edit_complete_word_cmd.c + -- cgit v1.2.3