]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
tests: Use check_PROGRAMS
authorDaiki Ueno <ueno@gnu.org>
Fri, 21 Aug 2015 06:29:13 +0000 (15:29 +0900)
committerDaiki Ueno <ueno@gnu.org>
Fri, 21 Aug 2015 06:48:04 +0000 (15:48 +0900)
* gettext-tools/tests/Makefile.am (check_PROGRAMS): Rename from
noinst_PROGRAMS, to defer the compilation until required.

gettext-tools/tests/ChangeLog
gettext-tools/tests/Makefile.am

index c30af799c2173432962e41ee89756d520c48cc69..1596b4c4ab155b575e2444d4c55bf3a71836449a 100644 (file)
@@ -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.
index b1026136bd83e4445f0dca681130c5935c461256..0cbe205bed2fc2f909e66bb6c2906ada397f088f 100644 (file)
@@ -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)