From: Daiki Ueno Date: Fri, 21 Aug 2015 06:29:13 +0000 (+0900) Subject: tests: Use check_PROGRAMS X-Git-Tag: v0.19.6~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9b0b41095655c747aabde68915aac061bcc65ae;p=thirdparty%2Fgettext.git tests: Use check_PROGRAMS * gettext-tools/tests/Makefile.am (check_PROGRAMS): Rename from noinst_PROGRAMS, to defer the compilation until required. --- diff --git a/gettext-tools/tests/ChangeLog b/gettext-tools/tests/ChangeLog index c30af799c..1596b4c4a 100644 --- a/gettext-tools/tests/ChangeLog +++ b/gettext-tools/tests/ChangeLog @@ -1,3 +1,8 @@ +2015-08-21 Daiki Ueno + + * Makefile.am (check_PROGRAMS): Rename from noinst_PROGRAMS, to + defer the compilation until required. + 2015-07-28 Daiki Ueno * 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 b1026136b..0cbe205be 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)