From: Bruno Haible Date: Sun, 30 Sep 2007 11:15:40 +0000 (+0200) Subject: Use check_PROGRAMS instead of noinst_PROGRAMS. X-Git-Tag: v0.0~184 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=61135ee95ca652b86e39027685ec2ff1fb4dd09b;p=gnulib.git Use check_PROGRAMS instead of noinst_PROGRAMS. --- diff --git a/ChangeLog b/ChangeLog index 035b2c999..d6a6e5760 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-09-30 Bruno Haible + + * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS. + 2007-09-29 Bruno Haible * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak. diff --git a/modules/dirname-tests b/modules/dirname-tests index 7cc0ec749..e2e86e658 100644 --- a/modules/dirname-tests +++ b/modules/dirname-tests @@ -8,5 +8,5 @@ configure.ac: Makefile.am: TESTS += test-dirname -noinst_PROGRAMS += test-dirname +check_PROGRAMS += test-dirname test_dirname_LDADD = $(LDADD) @LIBINTL@