summaryrefslogtreecommitdiffstats
path: root/gettext-tools
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2015-08-21 15:29:13 +0900
committerDaiki Ueno <ueno@gnu.org>2015-08-21 15:48:04 +0900
commitb9b0b41095655c747aabde68915aac061bcc65ae (patch)
tree0c2e7a0616eb4847a97f057fb1d93ad171935e81 /gettext-tools
parent50eae3f047204e270e0b70292810868c0dbf179c (diff)
downloadexternal_gettext-b9b0b41095655c747aabde68915aac061bcc65ae.zip
external_gettext-b9b0b41095655c747aabde68915aac061bcc65ae.tar.gz
external_gettext-b9b0b41095655c747aabde68915aac061bcc65ae.tar.bz2
tests: Use check_PROGRAMS
* gettext-tools/tests/Makefile.am (check_PROGRAMS): Rename from noinst_PROGRAMS, to defer the compilation until required.
Diffstat (limited to 'gettext-tools')
-rw-r--r--gettext-tools/tests/ChangeLog5
-rw-r--r--gettext-tools/tests/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/gettext-tools/tests/ChangeLog b/gettext-tools/tests/ChangeLog
index c30af79..1596b4c 100644
--- a/gettext-tools/tests/ChangeLog
+++ b/gettext-tools/tests/ChangeLog
@@ -1,3 +1,8 @@
+2015-08-21 Daiki Ueno <ueno@gnu.org>
+
+ * Makefile.am (check_PROGRAMS): Rename from noinst_PROGRAMS, to
+ defer the compilation until required.
+
2015-07-28 Daiki Ueno <ueno@gnu.org>
* autopoint-2: Add checks for AM_GNU_GETTEXT_REQUIRE_VERSION.
diff --git a/gettext-tools/tests/Makefile.am b/gettext-tools/tests/Makefile.am
index b102613..0cbe205 100644
--- a/gettext-tools/tests/Makefile.am
+++ b/gettext-tools/tests/Makefile.am
@@ -215,7 +215,7 @@ DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
LDADD = $(LDADD_@USE_INCLUDED_LIBINTL@) @INTL_MACOSX_LIBS@
LDADD_yes = ../intl/libintl.la @LTLIBTHREAD@
LDADD_no = ../intl/libgnuintl.la @LTLIBTHREAD@ @LTLIBINTL@
-noinst_PROGRAMS = tstgettext tstngettext testlocale gettext-3-prg gettext-4-prg gettext-5-prg gettext-6-prg gettext-7-prg gettext-8-prg cake fc3 fc4 fc5 gettextpo-1-prg sentence
+check_PROGRAMS = tstgettext tstngettext testlocale gettext-3-prg gettext-4-prg gettext-5-prg gettext-6-prg gettext-7-prg gettext-8-prg cake fc3 fc4 fc5 gettextpo-1-prg sentence
tstgettext_SOURCES = tstgettext.c setlocale.c
tstgettext_CFLAGS = -DINSTALLDIR=\".\"
tstgettext_LDADD = ../gnulib-lib/libgettextlib.la $(LDADD)