changeset 9240:b0dfb2406d1a

Use check_PROGRAMS instead of noinst_PROGRAMS.
author Bruno Haible <bruno@clisp.org>
date Sun, 30 Sep 2007 13:15:40 +0200
parents efc89a591244
children 6c82bf4a17da
files ChangeLog modules/dirname-tests
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Sep 30 05:53:48 2007 +0200
+++ b/ChangeLog	Sun Sep 30 13:15:40 2007 +0200
@@ -1,3 +1,7 @@
+2007-09-30  Bruno Haible  <bruno@clisp.org>
+
+	* modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
+
 2007-09-29  Bruno Haible  <bruno@clisp.org>
 
 	* lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
--- a/modules/dirname-tests	Sun Sep 30 05:53:48 2007 +0200
+++ b/modules/dirname-tests	Sun Sep 30 13:15:40 2007 +0200
@@ -8,5 +8,5 @@
 
 Makefile.am:
 TESTS += test-dirname
-noinst_PROGRAMS += test-dirname
+check_PROGRAMS += test-dirname
 test_dirname_LDADD = $(LDADD) @LIBINTL@