summaryrefslogtreecommitdiffstats
path: root/text-utils/Makemodule.am
diff options
context:
space:
mode:
Diffstat (limited to 'text-utils/Makemodule.am')
-rw-r--r--text-utils/Makemodule.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/text-utils/Makemodule.am b/text-utils/Makemodule.am
index 050343eb7..6ddec56b3 100644
--- a/text-utils/Makemodule.am
+++ b/text-utils/Makemodule.am
@@ -87,5 +87,11 @@ else
more_LDADD += -ltermcap
endif
endif
+
+check_PROGRAMS += test_more
+test_more_SOURCES = $(more_SOURCES)
+test_more_CFLAGS = -DTEST_PROGRAM
+test_more_LDADD = $(more_LDADD)
+
endif # BUILD_MORE