From ffccd5b2b05243e7976db80f90f453dccfae9886 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 22:22:03 +0200 Subject: Adding upstream version 3:4.8.30. Signed-off-by: Daniel Baumann --- tests/src/editor/Makefile.am | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 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..cf89d33 --- /dev/null +++ b/tests/src/editor/Makefile.am @@ -0,0 +1,28 @@ +PACKAGE_STRING = "/src/editor" + +AM_CPPFLAGS = \ + -DTEST_SHARE_DIR=\"$(abs_srcdir)\" \ + $(GLIB_CFLAGS) \ + -I$(top_srcdir) \ + @CHECK_CFLAGS@ + +AM_LDFLAGS = @TESTS_LDFLAGS@ + +LIBS = @CHECK_LIBS@ \ + $(top_builddir)/src/libinternal.la \ + $(top_builddir)/lib/libmc.la + +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